Skip to content

Commit 869adff

Browse files
committed
Do not use sycl::half due to precision reason
1 parent a9c2ca7 commit 869adff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dpnp/backend/extensions/vm/i0.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ struct OutputType
6565
using value_type =
6666
typename std::disjunction<td_ns::TypeMapResultEntry<T, double>,
6767
td_ns::TypeMapResultEntry<T, float>,
68-
td_ns::TypeMapResultEntry<T, sycl::half>,
6968
td_ns::DefaultResultEntry<void>>::result_type;
7069
};
7170

dpnp/backend/extensions/vm/inv.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ struct OutputType
6565
using value_type =
6666
typename std::disjunction<td_ns::TypeMapResultEntry<T, double>,
6767
td_ns::TypeMapResultEntry<T, float>,
68-
td_ns::TypeMapResultEntry<T, sycl::half>,
6968
td_ns::DefaultResultEntry<void>>::result_type;
7069
};
7170

0 commit comments

Comments
 (0)