mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Temporary: Disables cxx11_tensor_argmax_sycl test since it is causing zombie thread
This commit is contained in:
parent
c06861d15e
commit
9597d6f6ab
@ -242,7 +242,9 @@ template<typename DataType, typename Device_Selector> void sycl_argmax_test_per_
|
||||
}
|
||||
|
||||
void test_cxx11_tensor_argmax_sycl() {
|
||||
for (const auto& device :Eigen::get_sycl_supported_devices()) {
|
||||
// TODO {lukei}: re-enable once fixed
|
||||
/* for (const auto& device :Eigen::get_sycl_supported_devices()) {
|
||||
CALL_SUBTEST(sycl_argmax_test_per_device<double>(device));
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user