29ce053617
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
14 lines
197 B
Nix
14 lines
197 B
Nix
{ buildRedist }:
|
|
buildRedist {
|
|
redistName = "cuda";
|
|
pname = "cuda_profiler_api";
|
|
|
|
outputs = [
|
|
"out"
|
|
"dev"
|
|
"include"
|
|
];
|
|
|
|
meta.description = "API for profiling CUDA runtime";
|
|
}
|