Commit c32de00b authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update Makefile.rocm

parent 5caf0b5d
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
include make/common-defs.make include make/common-defs.make
include make/rocm-defs.make include make/rocm-defs.make
HIP_ARCHS_COMMON := gfx928 gfx906 HIP_ARCHS_COMMON := gfx928 gfx906 gfx936 gfx926
HIP_ARCHS_LINUX := gfx928 gfx906 HIP_ARCHS_LINUX := gfx928 gfx906 gfx936 gfx926
ifeq ($(OS),windows) ifeq ($(OS),windows)
GPU_LIB_DIR := $(shell cygpath -m -s "$(HIP_PATH)/bin") GPU_LIB_DIR := $(shell cygpath -m -s "$(HIP_PATH)/bin")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment