Skip to content

Commit

Permalink
[kernels] fix mha bf16 reo_k on win (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDEle committed Jul 3, 2023
1 parent 3b7665c commit 52d5e60
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ void jit_trans_AB16a4b_16x::transpose_16x16_ps( //

void jit_trans_AB16a4b_16x::generate() {
regs_pool rp(this, 1, {7 + (tile_m > 1 ? 2 : 0), 32, 1}, 0, false);
std::shared_ptr<void> use_vregs = {(preserve_xmm(), nullptr), [&](...) { recover_xmm(); }};
std::shared_ptr<void> use_loacl_label = {(inLocalLabel(), nullptr), [&](...) { outLocalLabel(); }};

const auto reg_src = rp.reg<Reg64>();
Expand Down

0 comments on commit 52d5e60

Please sign in to comment.