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?
No
Source
source
TensorFlow version
2.15
Custom code
No
OS platform and distribution
Linux Ubuntu 22.04 LTS
Mobile device
No response
Python version
3.10
Bazel version
6.1.0
GCC/compiler version
11.4
CUDA/cuDNN version
No response
GPU model and memory
gfx1100 & gfx1036
Current behavior?
I am trying to compile from source, but fails as it tries to compile for gfx1036 too.
I dont want that, i just want the gfx1100 version, but i am unable to disable this.
I tried to disable the iGPU in the bios, but it still shows up to rocminfo and apparently also to the compilation process.
Is there a way to force it to not try to compile for other gfx versions? i just want the gfx1100 version.
I also cant use the prebuild binary, since it contains the "gfx1030gfx1100" bug string, which causes tf to ignore my gpu.
I need a way to disable the iGPU so that rocm does not see it anymore.
this issue is similar to #2292 but i cant find a way to skip this gpu.
Standalone code to reproduce the issue
compile the latest version from source, with a gfx1036 on the system.
Hi @Gotbread, there are two ways to isolate/disable GPUs:
Setting environment variables, for example: HIP_VISIBLE_DEVICES, here is a link to the documentation of how to setup and use the variables.
Use a docker image, By passing --device /dev/dri, you are granting access to all GPUs on the system. In order to limit access to a subset of GPUs, you can pass each device individually using one or more -device /dev/dri/renderD<node>, where <node> is the card index, starting from 128.
Issue type
Build/Install
Have you reproduced the bug with TensorFlow Nightly?
No
Source
source
TensorFlow version
2.15
Custom code
No
OS platform and distribution
Linux Ubuntu 22.04 LTS
Mobile device
No response
Python version
3.10
Bazel version
6.1.0
GCC/compiler version
11.4
CUDA/cuDNN version
No response
GPU model and memory
gfx1100 & gfx1036
Current behavior?
I am trying to compile from source, but fails as it tries to compile for gfx1036 too.
I dont want that, i just want the gfx1100 version, but i am unable to disable this.
I tried to disable the iGPU in the bios, but it still shows up to
rocminfo
and apparently also to the compilation process.Is there a way to force it to not try to compile for other gfx versions? i just want the gfx1100 version.
I also cant use the prebuild binary, since it contains the "gfx1030gfx1100" bug string, which causes tf to ignore my gpu.
I need a way to disable the iGPU so that rocm does not see it anymore.
this issue is similar to #2292 but i cant find a way to skip this gpu.
Standalone code to reproduce the issue
Relevant log output
The text was updated successfully, but these errors were encountered: