-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes modify the CUDAQ headers such that they can be compiled by a C++ compiler in C++17 mode. Simplify the diffs in observe.h, sample.h Fix #971. Do perfect forwarding into the lambda captures instead of passing references. This is required for asynchronous calls. Augment the tests in NVQPP to use the -std=c++17 command line option. Not all of these will execute the resulting c++17 executable in order to keep the test time down.
- Loading branch information
1 parent
4ca0bc1
commit 4343201
Showing
71 changed files
with
1,050 additions
and
345 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
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
Oops, something went wrong.