diff --git a/test/Makefile.defs b/test/Makefile.defs index e2d65bfd6..fee3bf5ec 100644 --- a/test/Makefile.defs +++ b/test/Makefile.defs @@ -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