cudaPackages.libcutensor: 2.2.0 -> 2.3.1
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"release_date": "2025-03-13",
|
||||
"release_label": "2.2.0",
|
||||
"release_product": "cutensor",
|
||||
"libcutensor": {
|
||||
"name": "NVIDIA cuTENSOR",
|
||||
"license": "cuTensor",
|
||||
"license_path": "libcutensor/LICENSE.txt",
|
||||
"version": "2.2.0.0",
|
||||
"linux-x86_64": {
|
||||
"relative_path": "libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.2.0.0-archive.tar.xz",
|
||||
"sha256": "db76dcbe997615ef8bc1e04c385e9a1e2016430afee7d6a242663baf17108dbf",
|
||||
"md5": "48d7be41aa46cc1eb75b6603495a245e",
|
||||
"size": "703852896"
|
||||
},
|
||||
"linux-sbsa": {
|
||||
"relative_path": "libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.2.0.0-archive.tar.xz",
|
||||
"sha256": "484791c8967a4137c544304e7d475b1cd753d9aad5d835ae6794f68087b1175a",
|
||||
"md5": "dc0032e78d875068424010abf1aef6f0",
|
||||
"size": "694257044"
|
||||
},
|
||||
"windows-x86_64": {
|
||||
"relative_path": "libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.2.0.0-archive.zip",
|
||||
"sha256": "b1f5c7b399f8124ccf70e4df751e43757b7727e1028ec04a27a4a63efff06885",
|
||||
"md5": "db4563d3ee67f3bf6af4db31d326917d",
|
||||
"size": "1288139786"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"release_date": "2025-09-04",
|
||||
"release_label": "2.3.1",
|
||||
"release_product": "cutensor",
|
||||
"libcutensor": {
|
||||
"name": "NVIDIA cuTENSOR",
|
||||
"license": "cuTensor",
|
||||
"license_path": "libcutensor/LICENSE.txt",
|
||||
"version": "2.3.1.0",
|
||||
"linux-x86_64": {
|
||||
"cuda12": {
|
||||
"relative_path": "libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.1.0_cuda12-archive.tar.xz",
|
||||
"sha256": "b1d7ad37b24cd66a446ae76ac33bd5125aa58007a604cb64fc9c014a8d685940",
|
||||
"md5": "061f0d50d4642431d284bdd8ad9c45a4",
|
||||
"size": "428900080"
|
||||
},
|
||||
"cuda13": {
|
||||
"relative_path": "libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.3.1.0_cuda13-archive.tar.xz",
|
||||
"sha256": "9cb1125f7de01ca319b5c72edeb7169b679b72beacc90354fb18a14056e24372",
|
||||
"md5": "e94ea98ca6e88961a39d52da1c9470c7",
|
||||
"size": "386539432"
|
||||
}
|
||||
},
|
||||
"cuda_variant": [
|
||||
"12",
|
||||
"13"
|
||||
],
|
||||
"linux-sbsa": {
|
||||
"cuda12": {
|
||||
"relative_path": "libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.1.0_cuda12-archive.tar.xz",
|
||||
"sha256": "f3763cdc7b03ca08e348efb6faa35d461537390ce7d059e279e415b33dad8291",
|
||||
"md5": "048b99ec5a968df2dd2a3f6bd26d6f63",
|
||||
"size": "427395404"
|
||||
},
|
||||
"cuda13": {
|
||||
"relative_path": "libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.3.1.0_cuda13-archive.tar.xz",
|
||||
"sha256": "2e4c24bd1621dac7497ca9edf90bfc5dbdcc38490dafd35821066f96f2934aef",
|
||||
"md5": "05e13cda907130e2f77cf86bba05fa11",
|
||||
"size": "385157096"
|
||||
}
|
||||
},
|
||||
"windows-x86_64": {
|
||||
"cuda12": {
|
||||
"relative_path": "libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.1.0_cuda12-archive.zip",
|
||||
"sha256": "8df4c1b856c40e72f41d5b92efee5729bf11f00a0e1e3afd546b0d35a360a6cb",
|
||||
"md5": "3aae5e991b780b9c484a4f77883c84f8",
|
||||
"size": "218109706"
|
||||
},
|
||||
"cuda13": {
|
||||
"relative_path": "libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.3.1.0_cuda13-archive.zip",
|
||||
"sha256": "8f933694164e310183fffa9cf27d4db43b6edb0fff53b5aa0ab23e705807ac12",
|
||||
"md5": "d4a958abf9ba2f10234364a37302e1ee",
|
||||
"size": "150006958"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ in
|
||||
cuda = "12.6.3";
|
||||
cudnn = "9.13.0";
|
||||
cusparselt = "0.6.3";
|
||||
cutensor = "2.2.0";
|
||||
cutensor = "2.3.1";
|
||||
tensorrt = if hasJetsonCudaCapability then "10.7.0" else "10.9.0";
|
||||
};
|
||||
};
|
||||
@@ -38,7 +38,7 @@ in
|
||||
cuda = "12.8.1";
|
||||
cudnn = "9.13.0";
|
||||
cusparselt = "0.8.1";
|
||||
cutensor = "2.2.0";
|
||||
cutensor = "2.3.1";
|
||||
tensorrt = if hasJetsonCudaCapability then "10.7.0" else "10.9.0";
|
||||
};
|
||||
};
|
||||
@@ -48,7 +48,7 @@ in
|
||||
cuda = "12.9.1";
|
||||
cudnn = "9.13.0";
|
||||
cusparselt = "0.8.1";
|
||||
cutensor = "2.2.0";
|
||||
cutensor = "2.3.1";
|
||||
tensorrt = if hasJetsonCudaCapability then "10.7.0" else "10.9.0";
|
||||
};
|
||||
};
|
||||
@@ -58,7 +58,7 @@ in
|
||||
cuda = "13.0.2";
|
||||
cudnn = "9.13.0";
|
||||
cusparselt = "0.8.1";
|
||||
cutensor = "2.2.0";
|
||||
cutensor = "2.3.1";
|
||||
tensorrt = if hasJetsonCudaCapability then "10.7.0" else "10.9.0";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user