We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed5274 + 7da920a commit 35a8c26Copy full SHA for 35a8c26
dpctl/tensor/libtensor/include/kernels/elementwise_functions/angle.hpp
@@ -115,8 +115,8 @@ template <typename argTy> struct AngleContigHyperparameterSet
115
using value_type =
116
typename std::disjunction<ContigHyperparameterSetDefault<4u, 2u>>;
117
118
- static constexpr static auto vec_sz = value_type::vec_sz;
119
- static constexpr static auto n_vecs = value_type::n_vecs;
+ constexpr static auto vec_sz = value_type::vec_sz;
+ constexpr static auto n_vecs = value_type::n_vecs;
120
};
121
122
} // end of namespace hyperparam_detail
0 commit comments