From eca623df073b2b198329aab658749caffa5aa1d4 Mon Sep 17 00:00:00 2001 From: akolliasAMD <99202231+akolliasAMD@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:19:21 -0700 Subject: [PATCH] decreased warp size for gfx110x (#655) --- src/include/devcomm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/devcomm.h b/src/include/devcomm.h index 839a11762..1d0067963 100644 --- a/src/include/devcomm.h +++ b/src/include/devcomm.h @@ -52,7 +52,7 @@ union ncclLLFifoLine { int4 i4; }; -#if defined(__gfx1030__) +#if defined(__gfx1030__) || defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__) #define WARP_SIZE 32 #else #define WARP_SIZE 64