forked from harrism/hemi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combined tests into two executables, one for host tests, one for devi…
…ce. Also fixed a compile error due to a non-template function in a header not being inlined.
- Loading branch information
Showing
4 changed files
with
42 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
- [x] Add streams to ExecutionPolicy | ||
- [ ] Add version of parallel_for with an ExecutionPolicy | ||
- [ ] Consider abstraction for __shared__ memory | ||
- [ ] Make nbody example work without CUDA | ||
- [ ] Consider __launch_bounds__ support... | ||
- [x] Combine tests into small number of binaries | ||
- [x] Add streams to ExecutionPolicy | ||
- [x] Tests for cudaLaunch with and without nvcc | ||
- [x] Tests for other APIs | ||
- [x] Provide portable utility functions for cudaDeviceReset, etc. | ||
- [x] Fix/rename index accessors | ||
- [x] Move accessors to device_api.h | ||
- [x] Move accessors to device_api.h |
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