You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmake 报错信息:
root@3e04a12126ca:~/HALO/heterogeneity-aware-lowering-and-optimization/build# /root/cmake-3.15.5-Linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -DHALO_USE_GLOG=[ON] -DHALO_CCACHE_BUILD=[ON] ..
-- clang-tidy found: /usr/bin/clang-tidy
-- Found Protobuf 3.0.0: /usr/lib/x86_64-linux-gnu/libprotobuf.so
-- Found Flatbuffers 1.12.0:
-- clang project is enabled
-- clang-tools-extra project is disabled
-- compiler-rt project is disabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is enabled
-- lldb project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is disabled
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Ninja version: 1.7.2
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- LLVM host triple: x86_64-unknown-linux-gnu
-- LLVM default target triple: x86_64-unknown-linux-gnu
-- Building with -fPIC
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting AVR
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting RISCV
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting VE
-- Targeting WebAssembly
-- Targeting X86
-- Targeting XCore
-- Clang version: 14.0.0
-- Not building amdgpu-arch: hsa-runtime64 not found
-- LLD version: 14.0.0
-- Registering Bye as a pass plugin (static build: OFF)
-- Failed to find LLVM FileCheck
-- git version: v0.0.0 normalized to 0.0.0
-- Version: 1.6.0
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Eigen not found
-- GCC10 path not found, skip enable bf16 on odla_dnnl
-- GPU_ARCHS is not defined. Generating CUDA code for default SMs: 35;53;61;70;75
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
dnnl
linked by target "odla_dnnl_interpreter" in directory /root/HALO/heterogeneity-aware-lowering-and-optimization/ODLA/platforms/dnnl
linked by target "odla_dnnl" in directory /root/HALO/heterogeneity-aware-lowering-and-optimization/ODLA/platforms/dnnl
-- Configuring incomplete, errors occurred!
See also "/root/HALO/heterogeneity-aware-lowering-and-optimization/build/CMakeFiles/CMakeOutput.log".
See also "/root/HALO/heterogeneity-aware-lowering-and-optimization/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
大佬们有没有详细一点的编译教程?
我的环境是Ubutun18.04 + Nvidia T4 ,
我看CMakeLits 依赖xnnpack/oneapi/popart 而且一些路径都是写死的都是“/opt/*”这种(ODLA/platforms/CMakeLists.txt文件中),对于eigen,以及popart 都有变量设置编译的时候不编译,但是对于intel gpu的没有找到编译开关,编译的的时候一直找不到DNNL_COMPILER
TensorRT/POPart/oneAPI 是对接NV GPU 和Graphcore IPU以及Intel GPU的,XNNPACK和eigen 是针对CPU的吗?
ODLA_BUILD_DNNL_GPU 这个变量是针对那个设备的呢?
Cmake 报错信息:
root@3e04a12126ca:~/HALO/heterogeneity-aware-lowering-and-optimization/build# /root/cmake-3.15.5-Linux-x86_64/bin/cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -DHALO_USE_GLOG=[ON] -DHALO_CCACHE_BUILD=[ON] ..
-- clang-tidy found: /usr/bin/clang-tidy
-- Found Protobuf 3.0.0: /usr/lib/x86_64-linux-gnu/libprotobuf.so
-- Found Flatbuffers 1.12.0:
-- clang project is enabled
-- clang-tools-extra project is disabled
-- compiler-rt project is disabled
-- cross-project-tests project is disabled
-- libc project is disabled
-- libclc project is disabled
-- libcxx project is disabled
-- libcxxabi project is disabled
-- libunwind project is disabled
-- lld project is enabled
-- lldb project is disabled
-- mlir project is disabled
-- openmp project is disabled
-- polly project is disabled
-- pstl project is disabled
-- flang project is disabled
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Ninja version: 1.7.2
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- LLVM host triple: x86_64-unknown-linux-gnu
-- LLVM default target triple: x86_64-unknown-linux-gnu
-- Building with -fPIC
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting AVR
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting RISCV
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting VE
-- Targeting WebAssembly
-- Targeting X86
-- Targeting XCore
-- Clang version: 14.0.0
-- Not building amdgpu-arch: hsa-runtime64 not found
-- LLD version: 14.0.0
-- Registering Bye as a pass plugin (static build: OFF)
-- Failed to find LLVM FileCheck
-- git version: v0.0.0 normalized to 0.0.0
-- Version: 1.6.0
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Eigen not found
-- GCC10 path not found, skip enable bf16 on odla_dnnl
-- GPU_ARCHS is not defined. Generating CUDA code for default SMs: 35;53;61;70;75
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
dnnl
linked by target "odla_dnnl_interpreter" in directory /root/HALO/heterogeneity-aware-lowering-and-optimization/ODLA/platforms/dnnl
linked by target "odla_dnnl" in directory /root/HALO/heterogeneity-aware-lowering-and-optimization/ODLA/platforms/dnnl
-- Configuring incomplete, errors occurred!
See also "/root/HALO/heterogeneity-aware-lowering-and-optimization/build/CMakeFiles/CMakeOutput.log".
See also "/root/HALO/heterogeneity-aware-lowering-and-optimization/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: