Skip to content

Commit

Permalink
cuda::launch and launch configuration object with minimal functionali…
Browse files Browse the repository at this point in the history
…ty (NVIDIA#1950)

* Add the cuda::launch prototype bits

* Some launch prototype cleanup

* Move the test file to new location

* Make launch smoke compile

* Move files around and update header guards

* Remove custom exception and switch to cuda_error

* Minor cleanups

* Add some configuration testing, clean up old test

* Clean up testing and add stream argument to launch

* Add :: before cuda namespace

* Remove explicit exception catching from the tests

* Makefile fix

* Inline docs and cleanups

* Some docs fixes

* Rework config object and add run proof to tests

* Fix includes, level constructor, remove swp file

* Fix level constructor again

* Remove sstream include from a test

* Fix clang format and add comment

* Add missing typename in a cast type

* Fix Windows compilation issues

* More Windows fixes

* Possibly fix Windows warning

* Fix docs typo

Co-authored-by: Bernhard Manfred Gruber <bernhardmgruber@gmail.com>

---------

Co-authored-by: Bernhard Manfred Gruber <bernhardmgruber@gmail.com>
  • Loading branch information
pciolkosz and bernhardmgruber committed Jul 10, 2024
1 parent 9fcb32c commit 1251f54
Show file tree
Hide file tree
Showing 7 changed files with 1,366 additions and 1 deletion.
Loading

0 comments on commit 1251f54

Please sign in to comment.