cuda-kat
CUDA kernel author's tools
|
Files | |
file | array.hpp [code] |
This file implements kat::array , an equivalent of C++11's std::array which may be used both in host-side and CUDA-device-side code, along with some supporting functions and overloaded operators for that class. | |
file | span.hpp [code] |
This file implements kat::span an equivalent of C++'s std::span which may be used both in host-side and CUDA-device-side code, along with some supporting functions and overloaded operators for that class. | |