Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 5986d16

Browse files
authored
XeTLA enable BF16 tile_t init (#319)
1 parent 9500cb2 commit 5986d16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/subgroup/tile/api.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ struct tile_t : public tile_desc_ {
123123

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

0 commit comments

Comments
 (0)