You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cuda_bindings/docs/source/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -546,7 +546,7 @@ def main():
546
546
...
547
547
```
548
548
549
-
For NumPy, we can convert these CUDA types by leveraging the `__int__()` call to fetch the adress of the underlining`cudaTextureObject_t` C object and wrapping it in a NumPy object array of type `np.uint64`:
549
+
For NumPy, we can convert these CUDA types by leveraging the `__int__()` call to fetch the address of the underlying`cudaTextureObject_t` C object and wrapping it in a NumPy object array of type `np.uint64`:
0 commit comments