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

Is there a published version with this bugfix included? https://github.com/ROCm/tensorflow-upstream/pull/2434 #2487

Open
mmmurf opened this issue Apr 3, 2024 · 2 comments

Comments

@mmmurf
Copy link

mmmurf commented Apr 3, 2024

Issue type

Build/Install

Have you reproduced the bug with TensorFlow Nightly?

Yes

Source

source

TensorFlow version

v2.14.0-4246-g996b6d313c1 2.14.0

Custom code

No

OS platform and distribution

Ubuntu 22.04 host for rocm/tensorflow:latest

Mobile device

No response

Python version

3.9.18

Bazel version

No response

GCC/compiler version

No response

CUDA/cuDNN version

No response

GPU model and memory

No response

Current behavior?

I am getting the bug that was fixed in this PR:

#2434

I am trying to download a package or use a docker image that includes a rocm/tensorflow that has the bugfix, but I don't know which one to use.

Standalone code to reproduce the issue

# test_tf.py
import tensorflow as tf

print("TensorFlow version:", tf.__version__)
print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))

Relevant log output

D Radeon RX 6600, pci bus id: 0000:08:00.0) with AMDGPU version : gfx1030. The supported AMDGPU versions are gfx1030gfx1100, gfx900, gfx906, gfx908, gfx90a, gfx940, gfx941, gfx942.D Radeon RX 6600, pci bus id: 0000:08:00.0) with AMDGPU version : gfx1030. The supported AMDGPU versions are gfx1030gfx1100, gfx900, gfx906, gfx908, gfx90a, gfx940, gfx941, gfx942.
@YellowRoseCx
Copy link

YellowRoseCx commented Apr 8, 2024

You could do this to build it:

git clone https://github.com/ROCm/tensorflow-upstream.git -b r2.14-rocm-enhanced --depth 1
./build_rocm_python3

or for the develop-upstream branch:

git clone https://github.com/ROCm/tensorflow-upstream.git --depth 1
./build_rocm_python3

you'll need bazel 6.1.1 though, https://github.com/bazelbuild/bazel/releases/tag/6.1.1

@gitleibin
Copy link

You could do this to build it:

git clone https://github.com/ROCm/tensorflow-upstream.git -b r2.14-rocm-enhanced --depth 1
./build_rocm_python3

or for the develop-upstream branch:

git clone https://github.com/ROCm/tensorflow-upstream.git --depth 1
./build_rocm_python3

you'll need bazel 6.1.1 though, https://github.com/bazelbuild/bazel/releases/tag/6.1.1
could help me how to solve this build problems #2531

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants