Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cperkinsintel committed Dec 12, 2023
1 parent 1e61fe3 commit 1088186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sycl/include/sycl/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ template <typename Type, int NumElements> class vec {
: m_Data{([&](vec_data_t<DataT> v) constexpr {
if constexpr (std::is_same_v<sycl::ext::oneapi::bfloat16, DataT>)
return v.value;
// return sycl::ext::oneapi::detail::bfloat16ToBits(v);
else
return vec_data_t<DataT>(static_cast<DataT>(v));
})(Arr[Is])...} {}
Expand Down

0 comments on commit 1088186

Please sign in to comment.