Files
Connor Baker ebd2e2aa9c cudaPackages_13: init at 13.0.2
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:47 -07:00

13 lines
283 B
Nix

{ buildRedist }:
buildRedist {
redistName = "cuda";
pname = "libnvptxcompiler";
outputs = [ "out" ];
meta = {
description = "APIs which can be used to compile a PTX program into GPU assembly code";
homepage = "https://docs.nvidia.com/cuda/ptx-compiler-api";
};
}