Skip to content

Commit

Permalink
Merge pull request #578 from ROCm-Developer-Tools/nv32-runnig
Browse files Browse the repository at this point in the history
GFX support to MI300
  • Loading branch information
manoj-freyr authored Feb 3, 2023
2 parents a573f3c + a70412d commit 222629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ if(BUILD_ADDRESS_SANITIZER)
set(ASAN_LD_FLAGS "-fuse-ld=lld")
endif()

set(HCC_CXX_FLAGS "-fno-gpu-rdc --offload-arch=gfx90a --offload-arch=gfx1030 --offload-arch=gfx803 --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 --offload-arch=gfx1101")
set(HCC_CXX_FLAGS "-fno-gpu-rdc --offload-arch=gfx90a --offload-arch=gfx1030 --offload-arch=gfx803 --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 --offload-arch=gfx1101 --offload-arch=gfx940")

add_subdirectory(rvs)
add_subdirectory(rvslib)
Expand Down

0 comments on commit 222629c

Please sign in to comment.