-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nvcc cubin,fatbin,optix-ir compilation mode support (#1872)
* Add nvcc cubin,fatbin,optix-ir compilation mode support These compilation modes have different output from the compiler but the same input. So we add the compilation mode flag to the `common_args` when it doesn't match the default mode ( -c ) * Add tests to verify compile flags are going into common_args
- Loading branch information
1 parent
46a3232
commit b1b005a
Showing
1 changed file
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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