-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Replace per-capability libdevice bitcode with unified libdevice.10.bc #9226
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
2 commits
Select commit
Hold shift + click to select a range
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
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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # NVIDIA `libdevice` bitcode | ||
|
|
||
| `libdevice.10.bc` is NVIDIA's device-side math library (`sin`, `exp`, `sqrt`, | ||
| etc.), distributed as a single, architecture-generic LLVM bitcode module as part | ||
| of the CUDA Toolkit. It is vendored here verbatim — Halide does not build it — | ||
| and is linked into every GPU kernel module produced by Halide's CUDA/PTX device | ||
| codegen. See: | ||
|
|
||
| - `src/CodeGen_PTX_Dev.cpp` — `__nvvm_reflect` / `nvvm-reflect-ftz` handling | ||
| that libdevice relies on for its accuracy-vs-speed switches. | ||
| - `src/LLVM_Runtime_Linker.cpp` — links this module into the PTX device initial | ||
| module. | ||
| - `Makefile` / `src/runtime/CMakeLists.txt` — run the file through `binary2cpp` | ||
| to embed it as a byte array in the compiler binary. | ||
|
|
||
| ## Updating this file | ||
|
|
||
| `libdevice.10.bc` lives at `nvvm/libdevice/libdevice.10.bc` inside any CUDA | ||
| Toolkit install (e.g. `$CUDA_HOME/nvvm/libdevice/libdevice.10.bc`). To update | ||
| the vendored copy, just copy that file over this one — no other files in this | ||
| directory need to change. The current copy was taken from CUDA Toolkit 11.6. | ||
|
|
||
| ## License | ||
|
|
||
| This file is distributed under, and its use governed by, NVIDIA's CUDA Toolkit | ||
| End User License Agreement: https://docs.nvidia.com/cuda/eula | ||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.