swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: 5b39465ff1eaf8fa5be072cb6a52f53aa1e599a8 authored by Brad King on 08 June 2023, 15:10:11 UTC
CMake 3.27.0-rc1
Tip revision: 5b39465
cupti.cpp
// Only thing we care about is that these headers are found
#include <cupti.h>

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