-
-
Couldn't load subscription status.
- Fork 50
Enable the use of libcufile #293
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 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f9d72b1
Enable the use of libcufile
mgorny 4d410ad
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
mgorny 5876869
Pull libcufile-dev only for CUDA >= 12.2 on AArch64
mgorny c385189
Pass USE_CUFILE=1 only we actually want to use it
mgorny 3144a68
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
mgorny 2b86afa
remove obsolete config in CBC & conda-forge.yml
h-vetinari 757368e
Remove CUDA 11.8 builds
mgorny 4a14c60
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
h-vetinari 54abf7f
Revert "build on azure to trigger timeout"
h-vetinari a08ccbf
simplify libcufile-dev handling
h-vetinari 64b417c
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
h-vetinari 8555f1c
downgrade image on aarch
h-vetinari 17ac610
Stop passing CMAKE_TOOLCHAIN_FILE, append to CMAKE_FIND_ROOT_PATH
mgorny cc2a2c2
Enable MKLDNN when building with CUDA
mgorny 90ed8c9
Enable generic BLAS builds when CUDA is enabled
mgorny 5f5ff00
Trigger cirun
hmaarrfk 2b5aa88
Revert "downgrade image on aarch"
hmaarrfk 108adff
add sysroot constraint
hmaarrfk 66a15ad
Add c_stdlib for aarch
hmaarrfk 9b6984d
MNT: Re-rendered with conda-build 24.11.1, conda-smithy 3.44.8, and c…
d9c52f3
help linter understand which c_stdlib_version refers to linux
h-vetinari 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
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.
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.
If you're doing this here rather than in libcufile, you either need to write
>=2.28explicitly, or setand rerender
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.
thanks!