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 e0761ec commit 673c80bCopy full SHA for 673c80b
csrc/selective_scan/reverse_scan.cuh
@@ -101,7 +101,7 @@ struct WarpReverseScan {
101
#ifndef USE_ROCM
102
#define WARP_THREADS CUB_WARP_THREADS(0)
103
#else
104
- #define WARP_THREADS HIPCUB_WARP_THREADS
+ #define WARP_THREADS HIPCUB_DEVICE_WARP_THREADS
105
#endif
106
static constexpr bool IS_ARCH_WARP = (LOGICAL_WARP_THREADS == WARP_THREADS);
107
/// The number of warp scan steps
0 commit comments