Skip to content

Commit

Permalink
Don't use CUDF_KERNEL from tests that don't include cudf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 9, 2024
1 parent 9f8499b commit 0fd6c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <stdexcept>

CUDF_KERNEL void kernel() { printf("The kernel ran!\n"); }
__global__ static void kernel() { printf("The kernel ran!\n"); }

void test_cudaLaunchKernel()
{
Expand Down

0 comments on commit 0fd6c03

Please sign in to comment.