Skip to content

Commit eef2a27

Browse files
committed
rebase and resolve conflicts
1 parent 04aa878 commit eef2a27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/backend/extensions/vm/types_matrix.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ struct CeilOutputType
8181
dpctl_td_ns::TypeMapResultEntry<T, double, double>,
8282
dpctl_td_ns::TypeMapResultEntry<T, float, float>,
8383
dpctl_td_ns::DefaultResultEntry<void>>::result_type;
84-
}
84+
};
8585

8686
/**
8787
* @brief A factory to define pairs of supported types for which
8888
* MKL VM library provides support in oneapi::mkl::vm::conj<T> function.
8989
*
9090
* @tparam T Type of input vector `a` and of result vector `y`.
9191
*/
92+
template <typename T>
9293
struct ConjOutputType
9394
{
9495
using value_type = typename std::disjunction<

0 commit comments

Comments
 (0)