Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Jun 10, 2024
1 parent e468bc9 commit 8e4a1d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ __launch_bounds__(1024, 1) RAFT_KERNEL search_kernel(
", pickup_parents, %lu"
", distance, %lu"
"\n",
__FILE__, __LINE__,
__FILE__,
__LINE__,
query_id,
threadIdx.x,
clk_init,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,8 @@ __launch_bounds__(1024, 1) RAFT_KERNEL search_kernel(
", restore_hash, %lu"
", distance, %lu"
"\n",
__FILE__, __LINE__,
__FILE__,
__LINE__,
query_id,
threadIdx.x,
clk_init,
Expand Down

0 comments on commit 8e4a1d7

Please sign in to comment.