Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
  • Loading branch information
MrSidims committed May 17, 2024
1 parent 7b6a06e commit f9785d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/sycl/ext/oneapi/matrix/matrix-intel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class wi_element<sycl::ext::oneapi::bfloat16, NumRows, NumCols, Use, Layout,
spv_matrix_use_traits<Use>::value, \
spv_scope_traits<Group>::value>(&rhs.M.spvm, \
rhs.idx); \
return type{static_cast<float>(*ExtractP) op static_cast<float>(lhs)}; \
return type{static_cast<float>(*ExtractP) op static_cast<float>(lhs)}; \
}
#endif // __SPIRV_USE_COOPERATIVE_MATRIX
OP(bool, ==)
Expand Down

0 comments on commit f9785d5

Please sign in to comment.