Skip to content

Commit 4abaf59

Browse files
Forgotten cleanup (#421)
1 parent bea5703 commit 4abaf59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/intrinsics.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ end
249249
function shfl_xor_kernel(in)
250250
i = get_sub_group_local_id()
251251

252-
# val = in[i]
253252
new_val = sub_group_shuffle_xor(in[i], 1)
254253

255254
in[i] = new_val

0 commit comments

Comments
 (0)