Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiler not working as expected with Apple metal #495

Open
Nour-Aldein2 opened this issue Sep 22, 2022 · 1 comment
Open

Profiler not working as expected with Apple metal #495

Nour-Aldein2 opened this issue Sep 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Nour-Aldein2
Copy link

When running the following code:

device_name = tf.test.gpu_device_name()
if not device_name:
  raise SystemError('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?

@Matt-Hurd Matt-Hurd added the bug Something isn't working label Dec 11, 2024
@Matt-Hurd
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants