swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: efa5e1f367ac76cb7aa919929ece1f4799cdc4b2 authored by Brad King on 21 June 2021, 15:23:19 UTC
CMake 3.20.5
Tip revision: efa5e1f
main.cpp
// Only thing we care about is that these headers are found
#include <cuda.h>
#include <cuda_runtime_api.h>

int main()
{
  return 0;
}
back to top