We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d28fc commit 6d65657Copy full SHA for 6d65657
1 file changed
cuda_bindings/docs/source/overview.md
@@ -393,7 +393,7 @@ This example uses the following types:
393
* `int` is `np.uint32`
394
* `float` is `np.float32`
395
* `int*` and `float*` is `np.uint64`
396
-* `testStruct` is a custom user type `np.dtype([("value", np.int32)])`
+* `testStruct` is a custom user type `np.dtype([("value", np.int32)], align=True)`
397
398
Note how both of the pointers are `np.uint64` since the pointers values are always a representation of an address space.
399
0 commit comments