Fixing TensorArgMaxSycl.h; Removing warning related to the hardcoded type of dims to be int in Argmax.

This commit is contained in:
Mehdi Goli
2017-03-28 16:50:34 +01:00
parent a91417a7a5
commit bd64ee8555
7 changed files with 28 additions and 33 deletions

View File

@@ -143,10 +143,6 @@ static void test_sycl_argmax_dim(const Eigen::SyclDevice &sycl_device)
}
}
template <typename DataType, int DataLayout, typename DenseIndex>
static void test_sycl_argmin_dim(const Eigen::SyclDevice &sycl_device)
{
@@ -242,9 +238,8 @@ template<typename DataType, typename Device_Selector> void sycl_argmax_test_per_
}
void test_cxx11_tensor_argmax_sycl() {
// TODO {lukei}: re-enable once fixed
/* for (const auto& device :Eigen::get_sycl_supported_devices()) {
for (const auto& device :Eigen::get_sycl_supported_devices()) {
CALL_SUBTEST(sycl_argmax_test_per_device<double>(device));
}
*/
}