about summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/magma/releases.nix
blob: 3d08aa95d4d18efdd4e73622082db464e28d3ef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# NOTE: Order matters! Put the oldest version first, and the newest version last.
# NOTE: Make sure the supportedGpuTargets are in order of oldest to newest.
#   You can update the supportedGpuTargets by looking at the CMakeLists.txt file.
#   CUDA starts here: https://bitbucket.org/icl/magma/src/f4ec79e2c13a2347eff8a77a3be6f83bc2daec20/CMakeLists.txt#lines-175
#   HIP is here: https://bitbucket.org/icl/magma/src/f4ec79e2c13a2347eff8a77a3be6f83bc2daec20/CMakeLists.txt#lines-386
[
  {
    version = "2.6.2";
    hash = "sha256-dbVU2rAJA+LRC5cskT5Q5/iMvGLzrkMrWghsfk7aCnE=";
    supportedGpuTargets = [
      "sm_20"
      "sm_30"
      "sm_35"
      "sm_37"
      "sm_50"
      "sm_52"
      "sm_53"
      "sm_60"
      "sm_61"
      "sm_62"
      "sm_70"
      "sm_71"
      "sm_75"
      "sm_80"
      "700"
      "701"
      "702"
      "703"
      "704"
      "705"
      "801"
      "802"
      "803"
      "805"
      "810"
      "900"
      "902"
      "904"
      "906"
      "908"
      "909"
      "90c"
      "1010"
      "1011"
      "1012"
      "1030"
      "1031"
      "1032"
      "1033"
    ];
  }
  {
    version = "2.7.1";
    hash = "sha256-2chxHAR6OMrhbv3nS+4uszMyF/0nEeHpuGBsu7SuGlA=";
    supportedGpuTargets = [
      "sm_20"
      "sm_30"
      "sm_35"
      "sm_37"
      "sm_50"
      "sm_52"
      "sm_53"
      "sm_60"
      "sm_61"
      "sm_62"
      "sm_70"
      "sm_71"
      "sm_75"
      "sm_80"
      "sm_90"
      "700"
      "701"
      "702"
      "703"
      "704"
      "705"
      "801"
      "802"
      "803"
      "805"
      "810"
      "900"
      "902"
      "904"
      "906"
      "908"
      "909"
      "90c"
      "1010"
      "1011"
      "1012"
      "1030"
      "1031"
      "1032"
      "1033"
    ];
  }
]