Skip to content

Commit

Permalink
Verify ci checks work by inducing a external kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 18, 2024
1 parent 7c291f7 commit 42c1266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/fst/dispatch_dfa.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct DeviceFSMPolicy {
* @return
*/
template <typename TileState>
CUDF_KERNEL void initialization_pass_kernel(TileState items_state, uint32_t num_tiles)
__global__ void initialization_pass_kernel(TileState items_state, uint32_t num_tiles)
{
items_state.InitializeStatus(num_tiles);
}
Expand Down

0 comments on commit 42c1266

Please sign in to comment.