Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions include/subgroup/tile/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ struct tile_t : public tile_desc_ {

// Cannot init value by constructor
inline tile_t(native_type_t<dtype> val) {
static_assert(
!is_internal_type<dtype>::value,
"compiler currently does NOT support using plained BF16 data "
"to initialize a BF16 data");
this->reg = val;
}

Expand Down