You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
device_name=tf.test.gpu_device_name()
ifnotdevice_name:
raiseSystemError('GPU device not found')
print('Found GPU at: {}'.format(device_name))
TensorFlow is able to detect the GPU. However, when using the profiler, it shows that only the CPU was utilized, and the device computing time is zero. Is it not possible to use the profiler with apple metal?
The text was updated successfully, but these errors were encountered:
I expect the profiler to work on Apple metal. I know some time has passed since this issue was created, but I'd like to know if this is still an issue. I don't personally have the hardware to test this, so any verification would be appreciated.
When running the following code:
TensorFlow is able to detect the GPU. However, when using the profiler, it shows that only the CPU was utilized, and the device computing time is zero. Is it not possible to use the profiler with apple metal?
The text was updated successfully, but these errors were encountered: