Unverified Commit 1c71e419 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

cudaPackages_12_8: init at 12.8.0

parent 51c92003
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ let
    "12.3" = "12.3.0";
    "12.4" = "12.4.0";
    "12.6" = "12.6.0";
    "12.8" = "12.8.0";
  };

  # Check if the current CUDA version is supported.
+1410 −0

File added.

Preview size limit exceeded, changes collapsed.

+1061 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -99,4 +99,10 @@
    url = "https://developer.download.nvidia.com/compute/cuda/12.6.0/local_installers/cuda_12.6.0_560.28.03_linux.run";
    sha256 = "sha256-MasEOU5psU3YZW4rRMKHfbGg6Jjf+KdUakxihDgQG5Q=";
  };

  "12.8" = {
    version = "12.8.0";
    url = "https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run";
    sha256 = "sha256-YQhn3NbZTE42xJJPHQG52yjsCBZOivbHZPIbhCAGlfg=";
  };
}
+54 −0
Original line number Diff line number Diff line
@@ -184,4 +184,58 @@
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA B100
    archName = "Blackwell";
    computeCapability = "10.0";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA B100 Accelerated
    archName = "Blackwell";
    computeCapability = "10.0a";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA Blackwell
    archName = "Blackwell";
    computeCapability = "10.1";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA Blackwell Accelerated
    archName = "Blackwell";
    computeCapability = "10.1a";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA GeForce RTX 5090 (GB202), RTX 5080 (GB203), RTX 5070 (GB205)
    archName = "Blackwell";
    computeCapability = "12.0";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
  {
    # NVIDIA Blackwell Accelerated
    archName = "Blackwell";
    computeCapability = "12.0a";
    isJetson = false;
    minCudaVersion = "12.8";
    dontDefaultAfter = null;
    maxCudaVersion = null;
  }
]
Loading