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
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
source
TensorFlow version
nightly
Custom code
Yes
OS platform and distribution
Nixos Linux
Mobile device
No response
Python version
No response
Bazel version
No response
GCC/compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
5700xt
Current behavior?
Nixos already has system wide support for rocm with a simple nixpkgs.config.rocmSupport = true;. This works great for many projects like ollama for example. However this core package that requires rocm does not have that support.
Standalone code to reproduce the issue
Assuming I have a correctly packaged tensorflow, what would I have to add to this package to add rocm support? I know I'll need some of the env variables and the rocm packages themselves. But are there custom git patches or should I refer to this fork instead of the tensorflow master? There are many questions like these you won't find in the readme's.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Issue type
Support
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
source
TensorFlow version
nightly
Custom code
Yes
OS platform and distribution
Nixos Linux
Mobile device
No response
Python version
No response
Bazel version
No response
GCC/compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
5700xt
Current behavior?
Nixos already has system wide support for rocm with a simple
nixpkgs.config.rocmSupport = true;
. This works great for many projects like ollama for example. However this core package that requires rocm does not have that support.Standalone code to reproduce the issue
Assuming I have a correctly packaged tensorflow, what would I have to add to this package to add rocm support? I know I'll need some of the env variables and the rocm packages themselves. But are there custom git patches or should I refer to this fork instead of the tensorflow master? There are many questions like these you won't find in the readme's.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: