cudaPackages.cutensor: 2.0.2.4 -> 2.1.0.9 (#386158)

authored by

Pavol Rusnak and committed by
GitHub
3db65802 d5144eff

+64
+1
pkgs/development/cuda-modules/cutensor/extension.nix
··· 41 41 "1.6.2" 42 42 "1.7.0" 43 43 "2.0.2" 44 + "2.1.0" 44 45 ]; 45 46 46 47 # Manifests :: { redistrib, feature }
+34
pkgs/development/cuda-modules/cutensor/manifests/feature_2.1.0.json
··· 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 + }
+29
pkgs/development/cuda-modules/cutensor/manifests/redistrib_2.1.0.json
··· 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 + }