swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: b39fb31bf411c3925bd937f8cffbc471c2588c34 authored by Brad King on 07 May 2024, 16:49:54 UTC
CMake 3.29.3
Tip revision: b39fb31
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