We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d51838 commit 947f64eCopy full SHA for 947f64e
csrc/common.cuh
@@ -10,7 +10,8 @@
10
// CDNA (gfx9xx) = 64, RDNA (gfx10xx/gfx11xx/gfx12xx) = 32.
11
// __AMDGCN_WAVEFRONT_SIZE is not defined by all compiler versions (removed since ROCm 7.0),
12
// so fall back to architecture-family macros when it is absent.
13
-// This is a macro that is defined by the compiler during each device-code pass and as such should only be used inside kernels.
+// This is a macro that is defined by the compiler during each device-code pass and as such
14
+// should only be used inside kernels.
15
#ifdef __AMDGCN_WAVEFRONT_SIZE
16
#define BNB_WARP_SIZE __AMDGCN_WAVEFRONT_SIZE
17
#elif defined(__GFX9__)
0 commit comments