Skip to content

Commit

Permalink
Merge "Set wavesize=32 for gfx12 targets (#1058)" into release/rocm-r…
Browse files Browse the repository at this point in the history
…el-6.3
  • Loading branch information
rocm-devops authored and Gerrit Code Review committed Nov 13, 2024
2 parents 48c5e4e + 93de335 commit fc7b7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ ifeq (gfx11,$(findstring gfx11,$(AOMP_GPU)))
AOMP_WSIZE = -DWAVE_SIZE=32
endif

ifeq (gfx12,$(findstring gfx12,$(AOMP_GPU)))
AOMP_WSIZE = -DWAVE_SIZE=32
endif

ifeq ($(AOMP_SANITIZER),1)
HSA_XNACK = 1
ASAN_FLAGS = -fsanitize=address -shared-libasan -g
Expand Down

0 comments on commit fc7b7fe

Please sign in to comment.