Skip to content

Commit 311eb9e

Browse files
fic
1 parent 03171f2 commit 311eb9e

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
@@ -285,7 +285,7 @@ CUresult cccl_device_unary_transform_build_ex(
285285
std::string final_src = std::format(
286286
R"XXX(
287287
#include <cub/device/dispatch/tuning/tuning_transform.cuh>
288-
#include <cub/device/dispatch/kernels/transform.cuh>
288+
#include <cub/device/dispatch/kernels/kernel_transform.cuh>
289289
struct __align__({1}) input_storage_t {{
290290
char data[{0}];
291291
}};

0 commit comments

Comments
 (0)