-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from leofang/strided_memory_view
Add docs, tests, and samples for `StridedMemoryView`/`@args_viewable_as_strided_memory`
- Loading branch information
Showing
12 changed files
with
508 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
cuda/_version.py export-subst | ||
|
||
* text eol=lf | ||
|
||
# we do not own any headers checked in, don't touch them | ||
*.h binary | ||
*.hpp binary |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ | |
maxdepth: 3 | ||
--- | ||
0.1.1 <release/0.1.1-notes> | ||
0.1.0 <release/0.1.0-notes> | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# `cuda.core` Release notes | ||
|
||
Released on Dec XX, 2024 | ||
|
||
## Hightlights | ||
- Add `StridedMemoryView` and `@args_viewable_as_strided_memory` that provide a concrete | ||
implementation of DLPack & CUDA Array Interface supports. | ||
|
||
|
||
## Limitations | ||
|
||
- All APIs are currently *experimental* and subject to change without deprecation notice. | ||
Please kindly share your feedbacks with us so that we can make `cuda.core` better! |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"latest" : "latest", | ||
"0.1.1" : "0.1.1", | ||
"0.1.0" : "0.1.0" | ||
} |
Oops, something went wrong.