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

Commit

Permalink
XeTLA enable BF16 tile_t init
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEle committed Jul 25, 2024
1 parent 9500cb2 commit 6d0abbd
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 6d0abbd

Please sign in to comment.