Skip to content

Commit bb88163

Browse files
authored
Fix typo in kernel compilation requirements section (#2905)
Removes a doubled "need to".
1 parent cd2ab1d commit bb88163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/development/kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ a `NamedTuple` with `x`, `y`, and `z` fields. The intrinsics return 1-based indi
9999

100100
## Kernel compilation requirements
101101

102-
For custom kernels to work they need to need to meet certain requirements.
102+
For custom kernels to work they need to meet certain requirements.
103103

104104
First, the memory must be accessible on the GPU. This can be enforced by using the correct
105105
types, e.g. CuArray's data with bits type. Custom structs can be ported as described in the

0 commit comments

Comments
 (0)