Public bug reported: Upon investigation and testing on machine with gfx1151 ROCm_ISA,there are rocthrust autopkgtests that are failing. It has been determined that they fail due to incorrect test_wait_event utility function.
``` FAILURE: test_async_transform_unary_divide_by_2 [testing/async_transform.cu:200] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_unary_inplace_divide_by_2 [testing/async_transform.cu:287] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_unary_inplace_policy_allocator_divide_by_2 [testing/async_transform.cu:287] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_unary_inplace_policy_divide_by_2 [testing/async_transform.cu:287] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_unary_policy_allocator_divide_by_2 [testing/async_transform.cu:200] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_unary_policy_divide_by_2 [testing/async_transform.cu:200] values are not equal: 1 0 [type='bool'] ================================================================ FAILURE: test_async_transform_using_divide_by_2 [testing/async_transform.cu:441] values are not equal: 1 0 [type='bool'] ================================================================ Totals: 7 failures, 0 known failures, 0 errors, and 6 passes. FAILURE: test_event_when_all [testing/event.cu:168] values are not equal: 1 0 [type='bool'] ================================================================ Totals: 1 failures, 0 known failures, 0 errors, and 3 passes. FAILURE: test_future_when_all [testing/future.cu:205] values are not equal: 1 0 [type='bool'] ================================================================ Totals: 1 failures, 0 known failures, 0 errors, and 3 passes. ``` Upstream patch (https://github.com/ROCm/rocm-libraries/pull/2394) shall be applied to fix the issue. ** Affects: rocthrust (Ubuntu) Importance: Undecided Assignee: Bojan Aleksovski (b0b0a) Status: New ** Changed in: rocthrust (Ubuntu) Assignee: (unassigned) => Bojan Aleksovski (b0b0a) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2143134 Title: Fix tests for 7.1.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rocthrust/+bug/2143134/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
