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
The test of GradientCuda.cu was indicated as expected to fail with clang-15. The changes applied to this script in #806 will probably not have any effect on that, so the problem remains. During development though it was shown that errors where produced when CUDA Toolkit and Clang versions were incompatible.
TODO:
Install a CUDA version that is old enough for clang-15 and is fully supported by your system
Compile GradientCuda.cu with -fdump-derived-fn option --> expected result: the gradient function is printed on the terminal
Validate the run-time results
The text was updated successfully, but these errors were encountered:
The test of
GradientCuda.cu
was indicated as expected to fail with clang-15. The changes applied to this script in #806 will probably not have any effect on that, so the problem remains. During development though it was shown that errors where produced when CUDA Toolkit and Clang versions were incompatible.TODO:
GradientCuda.cu
with-fdump-derived-fn
option --> expected result: the gradient function is printed on the terminalThe text was updated successfully, but these errors were encountered: