From 373d38c083778bdc3974327b73d4c0df7f9c88fb Mon Sep 17 00:00:00 2001 From: Muhammad Awad Date: Mon, 7 Mar 2022 04:45:52 -0800 Subject: [PATCH] Format find kernel --- ptx/bcht_find_kernel.ptx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptx/bcht_find_kernel.ptx b/ptx/bcht_find_kernel.ptx index 7800690..f42a195 100644 --- a/ptx/bcht_find_kernel.ptx +++ b/ptx/bcht_find_kernel.ptx @@ -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;