Skip to content

Commit b69b2c5

Browse files
committed
Fix definition.
1 parent 3918d8a commit b69b2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/intrinsics/src/work_item.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ for (julia_name, (spirv_name, offset)) in [
5757
ret i$(width) %element
5858
}
5959
attributes #0 = { alwaysinline }
60-
""", "entry"), UInt64, Tuple{UInt64}, UInt64(dimindx - 1u32)) % Int + $offset
60+
""", "entry"), UInt, Tuple{UInt}, UInt(dimindx - 1u32)) % Int + $offset
6161
end
6262
end

0 commit comments

Comments
 (0)