8000
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 c5efc5c commit d670304Copy full SHA for d670304
aten/src/ATen/cuda/cub_definitions.cuh
@@ -54,7 +54,7 @@
54
55
// There were many bc-breaking changes in major version release of CCCL v3.0.0
56
// Please see https://nvidia.github.io/cccl/cccl/3.0_migration_guide.html
57
-#if CUB_VERSION >= 300000
+#if CUB_VERSION >= 200800
58
#define CUB_V3_PLUS() true
59
#else
60
#define CUB_V3_PLUS() false
0 commit comments