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
Move vectorize_pred to test/correctness, fix failing_with_issue build
Issue #3357 now passes. Rewrote the test to initialize f/g with
cast<A>(0) rather than undef so all positions are deterministic and
the full output is compared. Widened to W = vec_width * 4, H = 1000
to cover more predicate-edge conditions.
Update 3292 and 3293 to the current JITUserContext* allocator API
(set_custom_allocator was removed). Add EXPECT_FAILURE so ctest treats
the still-crashing tests as known failures. Comment out 4283 whose
source file does not exist.
Enable add_subdirectory(failing_with_issue) in test/CMakeLists.txt.
0 commit comments