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 latest commit should fix all the CUDA tests other than the windowing tests (in particular, */stride.windowing/*, */indexSetVectors.windowing/*, and */indexSetMatrices.windowing/*), which I believe are all related to #426. @rohany let me know if that's not the case.
stride.windowing is definitely related to #426, but I haven't looked into the other two. It's definitely possible that the break/continue problem in 426 is the cause of those failures though.
e94e68e fixed #454, but introduced some new failures.
Here is the list of new failures:
There are some existing failures in the windowing tests, see #426 for some of those.
The full test log is here: https://gist.github.com/Infinoid/0a56eb158356ae499c88bd9be0366937
I am running with gcc 10.2.0 and cuda 11.2. TACO is configured with
-DCMAKE_BUILD_TYPE=Debug -DCUDA=ON -DOPENMP=ON -DPYTHON=ON
.The text was updated successfully, but these errors were encountered: