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