dtk25.04.4.yaml 5.42 KB
Newer Older
one's avatar
one committed
1
2
3
4
5
6
7
8
9
10
config:
  installer: new
concretizer:
  unify: true
view: true
env_vars:
  unset:
  - LIBRARY_PATH
  - CPATH
  - PYTHONPATH
one's avatar
one committed
11
  - PKG_CONFIG_PATH
one's avatar
one committed
12
13
14
15
16
17
18
19
20
21
22
23
24
  - UCX_HOME
  set:
    LD_LIBRARY_PATH: /opt/hyhal/lib:/opt/hyhal/lib64
    C_INCLUDE_PATH: /opt/hyhal/include
    CPLUS_INCLUDE_PATH: /opt/hyhal/include
toolchains:
  llvm_gfortran:
  - spec: '%c=llvm'
    when: '%c'
  - spec: '%cxx=llvm'
    when: '%cxx'
  - spec: '%fortran=gcc'
    when: '%fortran'
one's avatar
one committed
25
26
27
28
29
30
31
  llvm_all:
  - spec: '%c=llvm'
    when: '%c'
  - spec: '%cxx=llvm'
    when: '%cxx'
  - spec: '%fortran=llvm'
    when: '%fortran'
one's avatar
one committed
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
  gcc_all:
  - spec: '%c=gcc'
    when: '%c'
  - spec: '%cxx=gcc'
    when: '%cxx'
  - spec: '%fortran=gcc'
    when: '%fortran'
packages:
  all:
    prefer:
    - '%llvm_gfortran'
    - +rocm amdgpu_target:=gfx936
    - ~ipo
    providers:
      mpi: [openmpi]
      blas: [rocblas]
      sycl: [hipsycl]
  berkeley-db:
    require:
    - ~cxx~stl
  ucx:
    require:
    - '@1'
    - +rocm
    - +verbs+rdmacm
    - +cma+rc+ud+dc+mlx5_dv+ib_hw_tm
    - +thread_multiple+dm
    - ~cuda~java~gdrcopy~xpmem~knem
  openmpi:
    require:
    - '@5'
    - fabrics:=ucx
    - +rocm amdgpu_target:=gfx936
    - ~cuda~java~memchecker~internal-hwloc
    prefer:
    - ~fortran
  gcc:
    buildable: false
    externals:
    - spec: gcc@11.4.0 languages:='c,c++,fortran'
      prefix: /usr
      extra_attributes:
        compilers:
          c: /usr/bin/gcc
          cxx: /usr/bin/g++
          fortran: /usr/bin/gfortran
  llvm:
    buildable: false
    externals:
    - spec: llvm@17.0.0 +clang+flang+lld~lldb+rocm amdgpu_target:=gfx936
      prefix: /opt/dtk/llvm
      extra_attributes:
        compilers:
          c: /opt/dtk/llvm/bin/clang
          cxx: /opt/dtk/llvm/bin/clang++
          fortran: /opt/dtk/llvm/bin/flang
        extra_rpaths:
one's avatar
one committed
89
90
        - /opt/dtk/llvm/lib
        - /opt/dtk/llvm/lib64
one's avatar
one committed
91
92
93
94
95
96
97
  llvm-amdgpu:
    buildable: false
    externals:
    - spec: llvm-amdgpu@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/llvm
      extra_attributes:
        compilers:
one's avatar
one committed
98
99
          c: /opt/dtk/llvm/bin/clang
          cxx: /opt/dtk/llvm/bin/clang++
one's avatar
one committed
100
101
102
103
104
105
106
107
        extra_rpaths:
        - /opt/dtk/lib
        - /opt/dtk/lib64
  hip:
    buildable: false
    externals:
    - spec: hip@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hip
one's avatar
one committed
108
109
110
111
112
      extra_attributes:
        compilers:
          c: /opt/dtk/llvm/bin/clang
          cxx: /opt/dtk/llvm/bin/clang++
          hip: /opt/rocm/hip/bin/hipcc
one's avatar
one committed
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
  rocm-core:
    buildable: false
    externals:
    - spec: rocm-core@5.7.0
      prefix: /opt/dtk
  rocminfo:
    buildable: false
    externals:
    - spec: rocminfo@5.7.0
      prefix: /opt/dtk
  rocm-smi-lib:
    buildable: false
    externals:
    - spec: rocm-smi-lib@5.7.0
      prefix: /opt/dtk
  hsa-rocr-dev:
    buildable: false
    externals:
    - spec: hsa-rocr-dev@5.7.0 amdgpu_target:=gfx936
one's avatar
one committed
132
133
134
135
136
      prefix: /opt/dtk
      extra_attributes:
        compilers:
          c: /opt/dtk/llvm/bin/clang
          cxx: /opt/dtk/llvm/bin/clang++
one's avatar
one committed
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
  hsakmt-roct:
    buildable: false
    externals:
    - spec: hsakmt-roct@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk
  comgr:
    buildable: false
    externals:
    - spec: comgr@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk
  rocm-cmake:
    buildable: false
    externals:
    - spec: rocm-cmake@5.7.0
      prefix: /opt/dtk
  rocprim:
    buildable: false
    externals:
    - spec: rocprim@5.7.0 amdgpu_target=gfx936
      prefix: /opt/dtk/rocprim
  rocthrust:
    buildable: false
    externals:
    - spec: rocthrust@5.7.0 amdgpu_target=gfx936
      prefix: /opt/dtk/rocthrust
  rocblas:
    buildable: false
    externals:
    - spec: rocblas@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocblas
  rocfft:
    buildable: false
    externals:
    - spec: rocfft@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocfft
  rocsolver:
    buildable: false
    externals:
    - spec: rocsolver@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocsolver
  rocsparse:
    buildable: false
    externals:
    - spec: rocsparse@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocsparse
  rocrand:
    buildable: false
    externals:
    - spec: rocrand@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocrand
  rocalution:
    buildable: false
    externals:
    - spec: rocalution@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rocalution
  hipblaslt:
    buildable: false
    externals:
    - spec: hipblaslt@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hipblaslt
  hipblas:
    buildable: false
    externals:
    - spec: hipblas@5.7.0+rocm amdgpu_target:=gfx936
      prefix: /opt/dtk/hipblas
  hipfft:
    buildable: false
    externals:
    - spec: hipfft@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hipfft
  hipcub:
    buildable: false
    externals:
    - spec: hipcub@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hipcub
  hiprand:
    buildable: false
    externals:
    - spec: hiprand@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hiprand
  hipsolver:
    buildable: false
    externals:
    - spec: hipsolver@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hipsolver
  hipsparse:
    buildable: false
    externals:
    - spec: hipsparse@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/hipsparse
  miopen-hip:
    buildable: false
    externals:
    - spec: miopen-hip@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/miopen
  rccl:
    buildable: false
    externals:
    - spec: rccl@5.7.0 amdgpu_target:=gfx936
      prefix: /opt/dtk/rccl