Opt
Opt copied to clipboard
llvm: Invalid value
Hello everyone, I tried this on Ubuntu 18.04.6 LTS, RTX2060, CUDA 11.3, LLVM 13.0
, I followed the instructions and use the command below:
1. Get Opt and terra, set up the project
mkdir Optlang
git clone https://github.com/niessner/Opt.git
wget https://github.com/zdevito/terra/releases/download/release-2016-03-25/terra-Linux-x86_64-332a506.zip
unzip terra-Linux-x86_64-332a506.zip
mv terra-Linux-x86_64-3 terra
2. Add terra/bin
to PATH
and ensure that the terra cuda tests can pass
3. Go to directory Opt/API
and run make
4. Change sm_30
in make_template.inc
to sm_60
5. Go to Opt/examples/image_warping
and run make
6. run ./image_warping
And it threw llvm: Invalid value
I have changed 4 versions of llvm(6.0, 7.0, 9.0, 13.0), and kept building terra from source repeatedly... May anybody help me please?