-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Branch: master
When running AFR tests, sometimes (maybe missing sync / race condition) I see
/home/david/git/umpalumpa/tests/operations/fourier_reconstruction/afr_common.hpp:276: Failure
Expected: (v.real()) != (0.f), actual: 0 vs 0
volume at 3 6 3
[ FAILED ] FRCUDATest.YZPlaneFastDynamic (16641 ms)
Notice that volume coordinates tend to differ and multiple voxels are affected.
Those values should not be empty, so maybe the result is not properly fetched back to main memory.
Other examples:
/home/david/git/umpalumpa/tests/algorithms/fourier_reconstruction/afr_common.hpp:276: Failure
Expected: (v.real()) != (0.f), actual: 0 vs 0
volume at 4 6 4
[ FAILED ] FRStarPUTest.YZPlanePreciseDynamic (6 ms)
/home/david/git/umpalumpa/tests/algorithms/fourier_reconstruction/afr_common.hpp:276: Failure
Expected: (v.real()) != (0.f), actual: 0 vs 0
volume at 3 6 3
[ FAILED ] FRStarPUTest.XYPlaneFastDynamic (5 ms)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working