spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 15 forks source link

error installing daceML #131

Open rohanrayan opened 3 months ago

rohanrayan commented 3 months ago

I am trying to install daceML on my machine with the following specifiactions: OS: Ubuntu 20.04 Arch: x86 Cuda: 12.2 Python: 3.9 pytorch: 1.8 dace: v0.13.3

The steps I followed: -> Install relevant versions of cuda, python, dace, pytorch -> Cloned the patched version of ONNX from: https://github.com/orausch/onnxruntime.git -> Build using the following command (modified for CUDA 12.2) "./build.sh --use_cuda --cuda_version=12.2 --cuda_home=/usr/local/cuda-12.2 --cudnn_home=/usr/local/cuda-12.2 --build_shared_lib --parallel --config Release"

The build fails with this. Please let me know if you need any further information.

Please let us know if there is any incompatibility with any of these prerequisite software/libraries.