monolish icon indicating copy to clipboard operation
monolish copied to clipboard

LLVM OpenMP Offloading can be installed by apt?

Open t-hishinuma opened this issue 2 years ago • 0 comments

docker run -it --gpus all -v $PWD:/work nvidia/cuda:11.7.0-devel-ubuntu22.04
==
apt update -y
apt install -y git intel-mkl cmake ninja-build ccache clang clang-tools libomp-14-dev gcc gfortran
git config --global --add safe.directory /work
cd /work; make gpu

pass??

t-hishinuma avatar Jun 05 '22 18:06 t-hishinuma