-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathrbuild.ini
More file actions
62 lines (57 loc) · 1.34 KB
/
rbuild.ini
File metadata and controls
62 lines (57 loc) · 1.34 KB
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
[main]
cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
deps =
ROCm/rocm-recipes
-f requirements.txt
[gh]
ignore =
danmar/cppcheck
ROCm/rocMLIR
deps =
-f dev-requirements.txt
oneapi-src/oneDNN@v1.7
define =
CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
MIGRAPHX_ENABLE_CPU=On
BUILD_DEV=On
[develop]
cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
deps =
-f dev-requirements.txt
oneapi-src/oneDNN@v1.7
define =
CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
MIGRAPHX_ENABLE_CPU=On
BUILD_DEV=On
[gh-win-cpu]
ignore =
ROCm/composable_kernel
ROCm/rocMLIR
danmar/cppcheck
pcre
facebook/zstd
ccache
deps =
-f dev-requirements.txt
oneapi-src/oneDNN@v1.7
define =
MIGRAPHX_ENABLE_CPU=On
MIGRAPHX_ENABLE_GPU=Off
MIGRAPHX_ENABLE_FPGA=Off
MIGRAPHX_ENABLE_PYTHON=Off
BUILD_DEV=On
global_define =
CMAKE_POLICY_DEFAULT_CMP0091=NEW
CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDLL
[cibuild]
cxx = ${rocm_path}/llvm/bin/clang++
cc = ${rocm_path}/llvm/bin/clang
deps =
-f dev-requirements.txt
define =
CMAKE_C_COMPILER_LAUNCHER=${deps_dir}/bin/ccache
CMAKE_CXX_COMPILER_LAUNCHER=${deps_dir}/bin/ccache