-
Notifications
You must be signed in to change notification settings - Fork 17
Support numba 0.62+ #45
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8327cc8
Update project toml
ggeorgakoudis f9a95bb
Update setup.py for LLVM 20 openmp and patches
ggeorgakoudis 02e8af7
Add required clangxx when setting up the miniconda3 env
ggeorgakoudis 81338ee
Build CUDA targets with toolchain by default to avoid ABI issues
ggeorgakoudis 26b413f
Run explicitly omp offloading registration constructors
ggeorgakoudis 75d2eca
Add bitcode debug output for the LLVM plugin pass
ggeorgakoudis 0343541
Set default thread limit to 0 to align with omptarget
ggeorgakoudis 7652de5
Update codegen in omp_ir.py
ggeorgakoudis ee84c7c
Fix test requiring thread_limit to avoid out-of-bounds array writes
ggeorgakoudis 994a02d
Remove -flto to avoid plugin requirement for the gold linker
ggeorgakoudis ed7d9fe
Pass DSAType by const reference in toString() for efficiency
ggeorgakoudis 94e579f
Update to starts_with and add final module verification
ggeorgakoudis 7bb9ef2
Update codegen in the LLVM pass
ggeorgakoudis 3e1dd68
Fix warnings
ggeorgakoudis 31c41a1
Update README
ggeorgakoudis a561d76
Update python versions in gitlab ci
ggeorgakoudis 1a7a170
Reduce files in wheel through manifest and update libomp building
ggeorgakoudis 2a112a1
Update cibuildwheel building to use manylinux clang and llvm
ggeorgakoudis 60d4144
Update cibuildwheels github action
ggeorgakoudis cd189bc
Update conda recipe
ggeorgakoudis 17bd554
Update build-and-test script for gitlab ci
ggeorgakoudis 536d912
Fixup: check extractall for compat with older python versions
ggeorgakoudis 481e63f
Improve debug printing of host modules
ggeorgakoudis a551e82
Set cuda context flag CU_CTX_SCHED_BLOCKING_SYNC
ggeorgakoudis d2bd353
Use the tgt_target_kernel interface
ggeorgakoudis 884417c
Fix compat with macos 11.0 deployment target
ggeorgakoudis e5b85aa
Use llvm-openmp package for conda builds to avoid conflicts
ggeorgakoudis b8d70eb
Fix openmp library conflicts
ggeorgakoudis 0ff91ec
Add placeholder directories for package-data validation
ggeorgakoudis 583367c
Fix test to explicit num_threads for compat with github runners
ggeorgakoudis a502911
Update build script for gitlab ci
ggeorgakoudis 62428d3
Fix python version range in pyproject.toml
ggeorgakoudis 13c4c7e
Upgrade cibuildwheel to 3.3.1
ggeorgakoudis 90efd34
Fix ploop.1.py example
ggeorgakoudis 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
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 +1 @@ | ||
| recursive-include src/numba/openmp/libs * | ||
| recursive-include src/numba/openmp/libs *.py *.so *.a *.bc |
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
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.
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.