CMake/Tests/CudaOnly/utils
Robert Maynard 0c1d290090 Tests: Ensure CUDA bin2c output is null terminated
The default behavior of bin2c is to create binary arrays that have no
null termination.  So to use it as a C array we need to explicitly tell
it to create valid null terminated strings.

This will safely allow us to run PTX tests across all CUDA drivers.
2024-10-18 11:05:10 -04:00
..
bin2c_wrapper.cmake Tests: Ensure CUDA bin2c output is null terminated 2024-10-18 11:05:10 -04:00