Skip to content

Commit

Permalink
rocm: update rocm gpu targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaptiste committed Sep 9, 2024
1 parent 0159000 commit 03d3d81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rocm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ oci_image(
"PATH": "/usr/local/bin:/opt/rocm/opencl/bin:/opt/rocm/bin:/opt/rocm/hcc/bin:/opt/rocm/hip/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"ROCM_PATH": "/opt/rocm-6.2.0/",
"TERM": "xterm",
"TF_ROCM_AMDGPU_TARGETS": "gfx900\\ngfx906\\ngfx908",
"TF_ROCM_AMDGPU_TARGETS": "gfx900,gfx906,gfx908,gfx90a,gfx940,gfx941,gfx942,gfx1030,gfx1100",
},
)

Expand Down
8 changes: 7 additions & 1 deletion rocm/targets.lst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gfx900
gfx906
gfx908
gfx908
gfx90a
gfx940
gfx941
gfx942
gfx1030
gfx1100

0 comments on commit 03d3d81

Please sign in to comment.