Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
  • Loading branch information
zhiweij1 committed Oct 15, 2024
1 parent d9367bc commit 6f31fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/runtime/dpct-rt/include/dpct/blas_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ inline void axpy(descriptor_ptr desc_ptr, std::int64_t n, const void *alpha,
}
#ifdef __INTEL_MKL__
case ::dpct::detail::get_type_combination_id(library_data_t::real_half,
library_data_t::real_half): {
library_data_t::real_float): {
float alpha_value =
dpct::get_value(reinterpret_cast<const float *>(alpha), q);
sycl::half alaph_half(alpha_value);
Expand Down

0 comments on commit 6f31fa1

Please sign in to comment.