decreased warp size for gfx110x (#655)

This commit is contained in:
akolliasAMD
2022-12-01 12:19:21 -07:00
zatwierdzone przez GitHub
rodzic faed69f9fc
commit eca623df07
+1 -1
Wyświetl plik
@@ -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