blob: ee6e3c2141221047af2d41e3c2e3e4118a95ee0d (
plain)
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
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
|
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
# NOTE:
# Upstream recommends a minimum of 32GB of RAM for building.
# If you get the error "c++: fatal error: Killed signal terminated program cc1plus",
# upstream recommends to decrease the number of building threads. You will need to
# manually modify the PKGBUILD for this, and add a '--parallel <n>' option at the
# end of the cmake build command.
pkgname=intel-npu-compiler-git
pkgver=2024.44rc2.r0.g150e202
pkgrel=1
pkgdesc='Intel Neural Processing Unit (NPU) compiler (git version)'
arch=('x86_64')
url='https://github.com/openvinotoolkit/npu_compiler/'
license=('Apache-2.0')
depends=(
'onetbb'
'pugixml')
makedepends=(
'cmake'
'git'
'git-lfs'
'ninja'
'python')
provides=('intel-npu-compiler')
conflicts=('intel-npu-compiler')
source=('git+https://github.com/openvinotoolkit/npu_compiler.git'
'git+https://github.com/openvinotoolkit/openvino.git'
'git+https://github.com/intel/linux-npu-driver.git'
# common git submodules
'git+https://github.com/google/flatbuffers.git'
'git+https://github.com/jbeder/yaml-cpp.git'
# npu-compiler git submodules
'git+https://github.com/openvinotoolkit/npu_plugin_elf.git'
'git+https://github.com/intel/npu-plugin-llvm.git'
'git+https://github.com/intel/npu-nn-cost-model.git'
'git+https://github.com/google/gtest-parallel.git'
# openvino git submodules
'oneDNN-openvinotoolkit'::'git+https://github.com/openvinotoolkit/oneDNN.git'
'git+https://github.com/herumi/xbyak.git'
'git+https://github.com/madler/zlib.git'
'git+https://github.com/gflags/gflags.git'
'googletest-openvinotoolkit'::'git+https://github.com/openvinotoolkit/googletest.git'
'git+https://github.com/KhronosGroup/OpenCL-ICD-Loader.git'
'git+https://github.com/KhronosGroup/OpenCL-Headers.git'
'git+https://github.com/KhronosGroup/OpenCL-CLHPP.git'
'git+https://github.com/onnx/onnx.git'
'git+https://github.com/protocolbuffers/protobuf.git'
'git+https://github.com/pybind/pybind11.git'
'git+https://github.com/intel/ittapi.git'
'git+https://github.com/nithinn/ncc.git'
'git+https://github.com/oneapi-src/oneDNN.git'
'git+https://github.com/openvinotoolkit/open_model_zoo.git'
'git+https://github.com/nlohmann/json.git'
'git+https://github.com/ARM-software/ComputeLibrary.git'
'git+https://github.com/openvinotoolkit/mlas.git'
'git+https://github.com/oneapi-src/level-zero.git'
'git+https://github.com/intel/level-zero-npu-extensions.git'
'git+https://github.com/openvinotoolkit/telemetry.git'
'git+https://github.com/libxsmm/libxsmm.git'
'git+https://github.com/openvinotoolkit/shl.git'
'010-intel-npu-compiler-llvm-disable-atomic-check.patch'
'020-intel-npu-compiler-disable-werror.patch'
'030-intel-npu-compiler-build-options.patch'
'040-intel-npu-compiler-fix-install.patch'
'010-openvino-disable-werror.patch'
'020-openvino-level-zero-disable-werror.patch')
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'9123c2b05f4cc9d203c5c51df2254fc5b1bb02f55918bbf4059907185b045cec'
'142f2d9f63c0fcc0a8484711ba5f67b819eee83ba698ad60d70e281cba069c4a'
'2474c3fd80d10178dda673b9696540d6d24ea39b9a85f8320bd5074708b96934'
'8890038ca954598e9c846562d6f791135446026a48e5681986fec28642816d7c'
'61759ec17031a94222270dec03052010bf3da8bc2d53088d1bfe2ec9ef547dc5'
'51dc09683a319f9a939369d47d6752b41fea61737e6886a5814fc75f3dc1cef1')
export GIT_LFS_SKIP_SMUDGE='1'
prepare() {
git -C npu_compiler lfs install --local
git -C npu_compiler lfs pull https://github.com/openvinotoolkit/npu_compiler.git
git -C openvino lfs install --local
git -C openvino lfs pull https://github.com/openvinotoolkit/openvino.git
git -C npu_compiler submodule init
git -C npu_compiler config --local submodule.thirdparty/flatbuffers.url "${srcdir}/flatbuffers"
git -C npu_compiler config --local submodule.thirdparty/elf.url "${srcdir}/npu_plugin_elf"
git -C npu_compiler config --local submodule.thirdparty/llvm-project.url "${srcdir}/npu-plugin-llvm"
git -C npu_compiler config --local submodule.thirdparty/vpucostmodel.url "${srcdir}/npu-nn-cost-model"
git -C npu_compiler config --local submodule.thirdparty/yaml-cpp.url "${srcdir}/yaml-cpp"
git -C npu_compiler config --local submodule.thirdparty/gtest-parallel.url "${srcdir}/gtest-parallel"
git -C npu_compiler -c protocol.file.allow='always' submodule update
git -C npu_compiler/thirdparty/vpucostmodel lfs install --local
git -C npu_compiler/thirdparty/vpucostmodel lfs pull https://github.com/intel/npu-nn-cost-model.git
local _openvino_commit
_openvino_commit="$(awk '/OPENVINO_REVISION/ { sub(/\)/, "", $2); print $2; exit }' linux-npu-driver/compiler/compiler_source.cmake)"
git -C openvino config --local advice.detachedHead false
git -C openvino checkout "$_openvino_commit"
git -C openvino submodule init
git -C openvino config --local submodule.src/plugins/intel_cpu/thirdparty/onednn.url "${srcdir}/oneDNN-openvinotoolkit"
git -C openvino config --local submodule.thirdparty/xbyak.url "${srcdir}/xbyak"
git -C openvino config --local submodule.thirdparty/zlib/zlib.url "${srcdir}/zlib"
git -C openvino config --local submodule.thirdparty/pugixml.update none
git -C openvino config --local submodule.thirdparty/gflags/gflags.url "${srcdir}/gflags"
git -C openvino config --local submodule.thirdparty/gtest/gtest.url "${srcdir}/googletest-openvinotoolkit"
git -C openvino config --local submodule.thirdparty/ocl/icd_loader.url "${srcdir}/OpenCL-ICD-Loader"
git -C openvino config --local submodule.thirdparty/ocl/cl_headers.url "${srcdir}/OpenCL-Headers"
git -C openvino config --local submodule.thirdparty/ocl/clhpp_headers.url "${srcdir}/OpenCL-CLHPP"
git -C openvino config --local submodule.thirdparty/onnx.url "${srcdir}/onnx"
git -C openvino config --local submodule.thirdparty/protobuf.url "${srcdir}/protobuf"
git -C openvino config --local submodule.src/bindings/python/thirdparty/pybind11.url "${srcdir}/pybind11"
git -C openvino config --local submodule.thirdparty/ittapi/ittapi.url "${srcdir}/ittapi"
git -C openvino config --local submodule.ncc.url "${srcdir}/ncc"
git -C openvino config --local submodule.thirdparty/onednn_gpu.url "${srcdir}/oneDNN"
git -C openvino config --local submodule.tools/pot/thirdparty/open_model_zoo.url "${srcdir}/open_model_zoo"
git -C openvino config --local submodule.thirdparty/json/nlohmann_json.url "${srcdir}/json"
git -C openvino config --local submodule.thirdparty/flatbuffers/flatbuffers.url "${srcdir}/flatbuffers"
git -C openvino config --local submodule.thirdparty/snappy.update none
git -C openvino config --local submodule.ARMComputeLibrary.url "${srcdir}/ComputeLibrary"
git -C openvino config --local submodule.src/plugins/intel_cpu/thirdparty/mlas.url "${srcdir}/mlas"
git -C openvino config --local submodule.thirdparty/level_zero/level-zero.url "${srcdir}/level-zero"
git -C openvino config --local submodule.src/plugins/intel_npu/thirdparty/level-zero-ext.url "${srcdir}/level-zero-npu-extensions"
git -C openvino config --local submodule.src/plugins/intel_npu/thirdparty/yaml-cpp.url "${srcdir}/yaml-cpp"
git -C openvino config --local submodule.thirdparty/telemetry.url "${srcdir}/telemetry"
git -C openvino config --local submodule.src/plugins/intel_cpu/thirdparty/libxsmm.url "${srcdir}/libxsmm"
git -C openvino config --local submodule.src/plugins/intel_cpu/thirdparty/shl.url "${srcdir}/shl"
git -C openvino -c protocol.file.allow='always' submodule update
ln -sf ../npu_compiler/CMakePresets.json openvino/CMakePresets.json
patch -d npu_compiler/thirdparty/llvm-project -Np1 -i "${srcdir}/010-intel-npu-compiler-llvm-disable-atomic-check.patch"
patch -d npu_compiler -Np1 -i "${srcdir}/020-intel-npu-compiler-disable-werror.patch"
patch -d npu_compiler -Np1 -i "${srcdir}/030-intel-npu-compiler-build-options.patch"
patch -d npu_compiler -Np1 -i "${srcdir}/040-intel-npu-compiler-fix-install.patch"
patch -d openvino -Np1 -i "${srcdir}/010-openvino-disable-werror.patch"
patch -d openvino/thirdparty/level_zero/level-zero -Np1 -i "${srcdir}/020-openvino-level-zero-disable-werror.patch"
}
pkgver() {
git -C npu_compiler describe --long --tags --abbrev='7' | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^npu_ud_//;s/_rc/rc/;s/_/./g'
}
build() {
# fix warning: "_FORTIFY_SOURCE" redefined
# note: upstream openvino forces _FORTIFY_SOURCE=2
export CFLAGS="${CFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
# fix error:
# c++: error: =format-security: linker input file not found: No such file or directory
export CFLAGS="${CFLAGS/-Werror=format-security/}"
export CXXFLAGS="${CXXFLAGS/-Werror=format-security/}"
export NPU_PLUGIN_HOME="${srcdir}/npu_compiler"
export OPENVINO_HOME="${srcdir}/openvino"
cmake -B build -S openvino --preset npuCidReleaseLinux -Wno-dev
cmake --build build --target compilerTest profilingTest vpuxCompilerL0Test loaderTest
}
package() {
DESTDIR="$pkgdir" cmake --install build --prefix '/usr' --component CiD
}
|