Skip to content
Commit 8f9151d4 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added wrapper function for CUDA kernel launch

Advantages:

- pure C++ for client code, no "<<< ... >>>"
- hence, clang-format can be used for source code formatting
- the HAVE_CUDA guards are not necessary anymore
- type of the kernel function can be added to exception messages
- easier debugging of kernel launch configurations
parent 9c99291f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment