-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Test vector.eadd_sub_pow2 works fine with OpenCL accelerators. Tested with
- Intel(R) OpenCL Graphics device: Intel(R) Iris(R) Xe Graphics
- Portable Computing Language device: cpu-znver4-13th Gen Intel(R) Core(TM) i5-1340P (POCL)
[ RUN ] vector.eadd_sub_pow2
[ OK ] vector.eadd_sub_pow2
But this test fails on CPU.
[ RUN ] vector.eadd_sub_pow2
Value of: std::abs(expected - actual) <= error
Actual: false
...
Value of: std::abs(expected - actual) <= error
Actual: false
[ FAILED ] vector.eadd_sub_pow2
To Reproduce
Run vector tests without OpenCL accelerators:
- Replace
SPLA_GTEST_MAIN_WITH_FINALIZE_PLATFORM(0)in tests/test_vector.cpp:500
withSPLA_GTEST_MAIN_WITH_FINALIZE_NO_ACC() - Rebuild project
- Run tests
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working