decreased warp size for gfx110x (#655)

[ROCm/rccl commit: eca623df07]
This commit is contained in:
akolliasAMD
2022-12-01 12:19:21 -07:00
committed by GitHub
orang tua 5871811d34
melakukan 90de5e3a84
+1 -1
Melihat File
@@ -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