-
Notifications
You must be signed in to change notification settings - Fork 12
Extend CUDACore.jl instead of CUDA.jl #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
christiangnrd
wants to merge
7
commits into
JuliaConcurrent:main
Choose a base branch
from
christiangnrd:cudacore
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7380b4e
Automatic Pkg stuff
christiangnrd 579922b
Make the CUDA ext a CUDACore ext
christiangnrd f9375f3
Test with CUDACore only
christiangnrd 6b9fea2
Add CUDA in extras to prevent CUDA v5 from being used
christiangnrd b027aaa
Fix CUDA floor
christiangnrd 21710ef
Merge branch 'main' into cudacore
vchuravy a24af4e
Merge branch 'main' into cudacore
christiangnrd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,29 @@ | ||
| name = "Atomix" | ||
| uuid = "a9b6321e-bd34-4604-b9c9-b65b8de01458" | ||
| authors = ["Takafumi Arakaki <aka.tkf@gmail.com> and contributors"] | ||
| version = "1.2.1" | ||
| version = "1.3.0" | ||
|
|
||
| [deps] | ||
| UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f" | ||
|
|
||
| [weakdeps] | ||
| CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
| CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2" | ||
| Metal = "dde4c033-4e86-420c-a63e-0dd931031962" | ||
| oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" | ||
| OpenCL = "08131aa3-fb12-5dee-8b74-c09406e224a2" | ||
| oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" | ||
|
|
||
| [extensions] | ||
| AtomixCUDAExt = "CUDA" | ||
| AtomixCUDACoreExt = "CUDACore" | ||
| AtomixMetalExt = "Metal" | ||
| AtomixoneAPIExt = "oneAPI" | ||
| AtomixOpenCLExt = "OpenCL" | ||
| AtomixoneAPIExt = "oneAPI" | ||
|
|
||
| [compat] | ||
| CUDA = "5, 6" | ||
| CUDA = "6" | ||
| CUDACore = "6" | ||
| Metal = "1.7" | ||
| oneAPI = "1, 2" | ||
| OpenCL = "^0.10" | ||
| UnsafeAtomics = "0.1, 0.2, 0.3" | ||
| julia = "1.10" | ||
| oneAPI = "1, 2" | ||
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.