Skip to content

Commit

Permalink
decreased warp size for gfx110x (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolliasAMD authored Dec 1, 2022
1 parent faed69f commit eca623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/devcomm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eca623d

Please sign in to comment.