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
and scripts/setup_env.py --llvm-version 60 --terra-url 'https://github.com/mariodirenzo/terra.git' --terra-branch 'luajit2.1'. When running python3 testAll.py in unitTests, all tests fail except if I export to the library path
in which case only metricTest and variablesTest fail at setup. There might be another library missing, but I can't figure out which one it could be. The solver does not run nor give any meaningful error output. The error from metricTest is
Thanks for reporting the issue. Unfortunately neither the unitTest nor the solverTests are ready to be executed on GPUs. I hope to be able to fix this issue in the future releases.
In the meantime, I would suggest to run the tests with USE_CUDA=0 in your environment
I compiled the HTR code with environment variables
and
scripts/setup_env.py --llvm-version 60 --terra-url 'https://github.com/mariodirenzo/terra.git' --terra-branch 'luajit2.1'
. When runningpython3 testAll.py
in unitTests, all tests fail except if I export to the library pathin which case only metricTest and variablesTest fail at setup. There might be another library missing, but I can't figure out which one it could be. The solver does not run nor give any meaningful error output. The error from metricTest is
and the error from variableTest is
The text was updated successfully, but these errors were encountered: