decreased warp size for gfx110x (#655)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
faed69f9fc
commit
eca623df07
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user