Report Title: ./bin/raja-perf.exe
Main Report   >   Cancellation   >   /home/ignacio/projects/fpchecker/apps/cpu_testing/raja-perf/RAJAPerf-0.3.0/src/apps/VOL3D.cpp

Cancellation Report

VOL3D.cpp

97 ...
98 for (Index_type i = ibegin ; i < iend ; ++i ) {
99 VOL3D_BODY;
100 }
101 ...
119 ...
120 RAJA::RangeSegment(ibegin, iend), [=](Index_type i) {
121 VOL3D_BODY;
122 });
123 ...