blob: 8aeb178a2acea24ff3d56e6f5a9f801271ee9555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{ buildRedist }:
buildRedist {
redistName = "cuda";
pname = "cuda_nvvp";
outputs = [ "out" ];
allowFHSReferences = true;
meta = {
description = "Cross-platform performance profiling tool for optimizing CUDA C/C++ applications";
longDescription = ''
The NVIDIA Visual Profiler is a cross-platform performance profiling tool that delivers developers vital
feedback for optimizing CUDA C/C++ applications.
'';
homepage = "https://developer.nvidia.com/nvidia-visual-profiler";
};
}
|