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
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
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.
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.