tensorflow:有没有办法用tensorflow指定XLA_GPU?

时间:2019-03-16 03:21:56

标签: python tensorflow

以下代码用于指定运行tf节点的设备

int foo = 10.9.floor(); // foo will be 10. 
int foo = 10.1.floor(); // foo will be 10. 

我已经知道: this posttensorflow docxla demo

我想知道的是:

是否可以将XLA_GPU指定为运行tf节点的设备

with tf.device('/cpu:0'):
  a = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[2, 3], name='a')

执行上面的代码将得到with tf.device('/XLA_GPU:0'): a = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[2, 3], name='a')

这在Google colab上是100%可重复的。

1 个答案:

答案 0 :(得分:0)

尝试'device:XLA_GPU:0'

1916                 SER TWAROGOWY WIEJSKI LUZ