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 92cc4f0 commit e049dc2Copy full SHA for e049dc2
c/parallel/src/transform.cu
@@ -287,7 +287,7 @@ CUresult cccl_device_unary_transform_build_ex(
287
std::string final_src = std::format(
288
R"XXX(
289
#include <cub/device/dispatch/tuning/tuning_transform.cuh>
290
-#include <cub/device/dispatch/kernels/transform.cuh>
+#include <cub/device/dispatch/kernels/kernel_transform.cuh>
291
struct __align__({1}) input_storage_t {{
292
char data[{0}];
293
}};
0 commit comments