commit | 0c1d2900908f966a6066b2ef2040841220b2909f | [log] [tgz] |
---|---|---|
author | Robert Maynard <rmaynard@nvidia.com> | Fri Oct 18 10:00:07 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Fri Oct 18 11:05:10 2024 -0400 |
tree | d25c2bad888f8db8082b0f7dce4a3e683e97b322 | |
parent | afc2d5b4627baf110f60366c24cb7d9c61fab371 [diff] |
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.