summaryrefslogtreecommitdiffstats
path: root/pkgs/development/cuda-modules/packages/cuda_profiler_api.nix
blob: 39a90d72df2c1e30f4f3348228dd8295513ad577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ buildRedist }:
buildRedist {
  redistName = "cuda";
  pname = "cuda_profiler_api";

  outputs = [
    "out"
    "dev"
    "include"
  ];

  meta.description = "API for profiling CUDA runtime";
}