microsoft / tensorflow-directml

Fork of TensorFlow accelerated by DirectML
Apache License 2.0
454 stars 32 forks source link

AMD APU support? #378

Closed zabique closed 2 years ago

zabique commented 2 years ago

Hi,

Will there be support for AMD APUs? I would like to test Steam deck performance however no GPU detected. Thanks image_2022-07-10_123801187

PatriceVignola commented 2 years ago

We do support AMD GPUs, but tensorflow-directml doesn't work on native Linux; only Windows and WSL. This is because it depends on D3D12 and DirectML, which are not available for native Linux.

zabique commented 2 years ago

We do support AMD GPUs, but tensorflow-directml doesn't work on native Linux; only Windows and WSL. This is because it depends on D3D12 and DirectML, which are not available for native Linux.

thanks you !