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
A second test, scheduling.parallelizeTemporaryReduction fails in the same way, though the debug output is a bit bigger. It also passes in the preceding commit.
I am building on linux with -DCMAKE_BUILD_TYPE=Debug -DCUDA=ON -DOPENMP=ON.
The text was updated successfully, but these errors were encountered:
the test applies this schedule:
Apparently the second parallelize call is ignored. Later on, the cuda codegen fails because it sees block parallism but no thread parallelism.
git bisect
says this was caused by c004447. This commit is in the middle of theassembly-v2
effort, and some debug messages are present.In c004447:
In
c004447^
(the commit preceding it):A second test,
scheduling.parallelizeTemporaryReduction
fails in the same way, though the debug output is a bit bigger. It also passes in the preceding commit.I am building on linux with
-DCMAKE_BUILD_TYPE=Debug -DCUDA=ON -DOPENMP=ON
.The text was updated successfully, but these errors were encountered: