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
#if 0 // This test is failing and corrupts the dashboard.
if (test_single_thread_read_bandwidth_image(len,bandwidth))
std::cout<<" test_single_thread_read_bandwidth_image "<<bandwidth<<std::endl;
if (test_workgroup_coalesced_read_bandwidth_image(len,bandwidth))
std::cout<<" test_workgroup_coalesced_read_bandwidth_image "<<bandwidth<<std::endl;
#endif
The text was updated successfully, but these errors were encountered:
contrib/brl/bbas/bocl/tests/test_global_io_bandwidth.cxx
#if 0 // This test is failing and corrupts the dashboard.
if (test_single_thread_read_bandwidth_image(len,bandwidth))
std::cout<<" test_single_thread_read_bandwidth_image "<<bandwidth<<std::endl;
if (test_workgroup_coalesced_read_bandwidth_image(len,bandwidth))
std::cout<<" test_workgroup_coalesced_read_bandwidth_image "<<bandwidth<<std::endl;
#endif
The text was updated successfully, but these errors were encountered: