Add some additional instructions for those new to this repo#7
Closed
jordanhubbard wants to merge 5 commits into
Closed
Add some additional instructions for those new to this repo#7jordanhubbard wants to merge 5 commits into
jordanhubbard wants to merge 5 commits into
Conversation
logged into remotely!)
Contributor
|
Thanks for your contribution. At this time we're not accepting pull requests and ask that an issue is filed to describe a proposal. Check out CONTRIBUTING.md for further details. With respect to the changes, the new Release of v11.5.0 modified some test instructions. Note that you can specify which test file you want to run: Closing. |
rparolin
added a commit
to rparolin/cuda-python
that referenced
this pull request
Jun 10, 2026
…ad_store (NVIDIA#467) Applies design decisions resolved in NVIDIA#2188: - #1: rename public `Array` class to `CUDAArray` (PEP 8 CapWords; aligns with CuPy's `cupy.cuda.texture.CUDAarray`). `ArrayFormat` left unchanged (open detail). - NVIDIA#6: rename the bool property `surface_load_store` -> `is_surface_load_store` to follow the repo's `is_<x>` convention. Constructor keyword `surface_load_store=` kept as-is (open detail). Private field `_surface_load_store` unchanged. GL interop examples retained (decision NVIDIA#7 reversed) and updated to the new names. Verified: cuda.core builds in the cu12 env and the renamed public API imports (`CUDAArray`, `is_surface_load_store` present; old `Array`/`surface_load_store` gone). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My markdown skills are a bit :derp: but I think this will avoid some confusion for future users.