Skip to content

Commit 8c34554

Browse files
committed
cudaPackages.cutensor: 2.0.2.4 -> 2.1.0.9
1 parent 4561d03 commit 8c34554

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

pkgs/development/cuda-modules/cutensor/extension.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ let
4141
"1.6.2"
4242
"1.7.0"
4343
"2.0.2"
44+
"2.1.0"
4445
];
4546

4647
# Manifests :: { redistrib, feature }
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"libcutensor": {
3+
"linux-sbsa": {
4+
"outputs": {
5+
"bin": false,
6+
"dev": true,
7+
"doc": false,
8+
"lib": true,
9+
"sample": false,
10+
"static": true
11+
}
12+
},
13+
"linux-x86_64": {
14+
"outputs": {
15+
"bin": false,
16+
"dev": true,
17+
"doc": false,
18+
"lib": true,
19+
"sample": false,
20+
"static": true
21+
}
22+
},
23+
"windows-x86_64": {
24+
"outputs": {
25+
"bin": false,
26+
"dev": true,
27+
"doc": false,
28+
"lib": false,
29+
"sample": false,
30+
"static": false
31+
}
32+
}
33+
}
34+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"release_date": "2025-01-27",
3+
"release_label": "2.1.0",
4+
"release_product": "cutensor",
5+
"libcutensor": {
6+
"name": "NVIDIA cuTENSOR",
7+
"license": "cuTensor",
8+
"license_path": "libcutensor/LICENSE.txt",
9+
"version": "2.1.0.9",
10+
"linux-x86_64": {
11+
"relative_path": "libcutensor/linux-x86_64/libcutensor-linux-x86_64-2.1.0.9-archive.tar.xz",
12+
"sha256": "ee59fcb4e8d59fc0d8cebf5f7f23bf2a196a76e6bcdcaa621aedbdcabd20a759",
13+
"md5": "ed15120c512dfb3e32b49103850bb9dd",
14+
"size": "814871140"
15+
},
16+
"linux-sbsa": {
17+
"relative_path": "libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.1.0.9-archive.tar.xz",
18+
"sha256": "cef7819c4ecf3120d4f99b08463b8db1a8591be25147d1688371024885b1d2f0",
19+
"md5": "fec00a1a825a05c0166eda6625dc587d",
20+
"size": "782008004"
21+
},
22+
"windows-x86_64": {
23+
"relative_path": "libcutensor/windows-x86_64/libcutensor-windows-x86_64-2.1.0.9-archive.zip",
24+
"sha256": "ed835ba7fd617000f77e1dff87403d123edf540bd99339e3da2eaab9d32a4040",
25+
"md5": "9efcbc0c9c372b0e71e11d4487aa5ffa",
26+
"size": "1514752712"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)