mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
[SYCL-2020] Enabling half precision support for SYCL.
This commit is contained in:
committed by
Alejandro Acosta
parent
92a77a596b
commit
ba47341a14
@@ -248,6 +248,7 @@ EIGEN_DECLARE_TEST(cxx11_tensor_reverse_sycl) {
|
||||
#ifdef EIGEN_SYCL_DOUBLE_SUPPORT
|
||||
CALL_SUBTEST_4(sycl_reverse_test_per_device<double>(device));
|
||||
#endif
|
||||
CALL_SUBTEST_5(sycl_reverse_test_per_device<float>(device));
|
||||
CALL_SUBTEST_5(sycl_reverse_test_per_device<half>(device));
|
||||
CALL_SUBTEST_6(sycl_reverse_test_per_device<float>(device));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user