-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix names of printed ptx and cubin files (#3788)
This uses the function name as the filename. Since #3778 we have been generating filenames like `__tmp_.ptx` since the `kernel_name` is not yet filled when cubin and ptx files are output. Now we will get `__tmp_nvfuser_none_f0_c0_r0_g0.{cu,cubin,ptx}` or if `NVFUSER_ENABLE=static_fusion_count` is provided `__tmp_nvfuser_1.{cu,cubin,ptx}`.
- Loading branch information
1 parent
a470821
commit 075f97f
Showing
1 changed file
with
4 additions
and
9 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