Skip to content

Commit

Permalink
Format find kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
maawad authored Mar 7, 2022
1 parent d0a830f commit 373d38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptx/bcht_find_kernel.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
ld.param.u32 %num_buckets, [param_num_buckets];
ld.param.u32 %num_keys, [param_num_keys];

mov.u16 %lane_result, 0; // default result is not found
mov.u16 %lane_result, 0; // default result is not found
setp.lt.u32 %p_to_lookup, %thread_id, %num_keys; // thread_id < num_keys ? 1 : 0
mov.pred %p_to_write_result, %p_to_lookup;

Expand Down

0 comments on commit 373d38c

Please sign in to comment.