-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore preprocessor hash character in inline assembly macros (#390)
Commit 319a19e removed a hash character (#) that was used the HIPCUB_ASM_THREAD_LOAD/STORE macros to ensure the preprocessor interpreted the wait_inst argument correctly. At the time, the removal of this character did not cause build errors. Compiler changes since then have made the hash necessary. This change just adds it back in.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
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