-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add output function stubs to NVQIR.cpp. (#2561)
* Add output function stubs to NVQIR.cpp. These need to output to something other than std::cout. Using std::cout temporarily... Signed-off-by: Eric Schweitz <[email protected]> * Replace cout with an outputLog string in the ExecutionContext. Signed-off-by: Eric Schweitz <[email protected]> * Turn into a template to avoid copies of code. Signed-off-by: Eric Schweitz <[email protected]> --------- Signed-off-by: Eric Schweitz <[email protected]>
- Loading branch information
1 parent
fbc74e2
commit d53ced2
Showing
2 changed files
with
38 additions
and
1 deletion.
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