about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/science/math/magma/releases.nix
blob: 029f418edce3c42c379ef7d5e85539aebf2a4869 (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
# 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.
#   HIP is here: https://bitbucket.org/icl/magma/src/f4ec79e2c13a2347eff8a77a3be6f83bc2daec20/CMakeLists.txt#lines-386
#   CUDA works around magma's wrappers and uses FindCUDAToolkit directly
[
  {
    version = "2.6.2";
    hash = "sha256-dbVU2rAJA+LRC5cskT5Q5/iMvGLzrkMrWghsfk7aCnE=";
    supportedGpuTargets = [
      "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 = [
      "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"
    ];
  }
]