Open philipportner opened 3 weeks ago
When running our pipelining tests, bin/run_tests '[vectorized]', with vectorized_single_queue = true in the DaphneUserConfig, the function MTWrapper<CSRMatrix>::executeSingleQueue throws a std::runtime_error here.
bin/run_tests '[vectorized]'
vectorized_single_queue = true
MTWrapper<CSRMatrix>::executeSingleQueue
std::runtime_error
When running our pipelining tests,
bin/run_tests '[vectorized]'
, withvectorized_single_queue = true
in the DaphneUserConfig, the functionMTWrapper<CSRMatrix>::executeSingleQueue
throws astd::runtime_error
here.