Skip to content

Commit e049dc2

Browse files
fic
1 parent 92cc4f0 commit e049dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/parallel/src/transform.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ CUresult cccl_device_unary_transform_build_ex(
287287
std::string final_src = std::format(
288288
R"XXX(
289289
#include <cub/device/dispatch/tuning/tuning_transform.cuh>
290-
#include <cub/device/dispatch/kernels/transform.cuh>
290+
#include <cub/device/dispatch/kernels/kernel_transform.cuh>
291291
struct __align__({1}) input_storage_t {{
292292
char data[{0}];
293293
}};

0 commit comments

Comments
 (0)