This repository was archived by the owner on Jan 25, 2023. It is now read-only.
forked from numba/numba
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
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
…alue to kernel. Adding reduction local array to kernel. Adding gufunc_template code to reduce across the local array.
… and boolean. Added test for making sure the scalars are being passed correctly.
…eature/opencl_atomics
…eature/opencl_atomics
Add get_compiled to dispatcher.Dicpatcher so it behaves similar to TargetDispatcher
…alistr/fix_import_numba_without_dpctl Add check if dpctl is present in decorator
…ion to copy IR. Do not copy non-copyable objects (numba#78)
This README.md is created having in mind the README for https://github.com/numba/numba-scipy.
Add README and License
History folders contains history for numba/oneapi, numba/dppy and numba/dppl folders.
Move `numba/dpp`l to `numba_dppy` with all history
diptorupd
reviewed
Nov 12, 2020
@@ -0,0 +1,21 @@ | |||
# numba-dppy | |||
|
|||
## Numba + dpCtl + dpNP = numba-dppy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe Numba + DPPY + dpCtl + dpNP = numba-dppy :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diptorupd please, provide a PR to https://github.com/IntelPython/numba-dppy.git
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Command:
git subtree add --prefix=numba-dppy https://github.com/IntelPython/numba-dppy.git main
git subtree pull --prefix=numba-dppy https://github.com/IntelPython/numba-dppy.git main
It could help to make PRs which require synchronous changes to
numba
andnumba-dppy
.This PR should be merged, not squashed.