We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a5f67 commit bf58e72Copy full SHA for bf58e72
src/cpu/x64/rnn/rnn_brgemm_utils.cpp
@@ -85,7 +85,7 @@ x64::cpu_isa_t brgemm_calc_isa(
85
86
if (rnn.is_cell_dt_int8()) {
87
return utils::map(true, x64::isa_undef, mayiuse(avx512_core_vnni),
88
- avx512_core, mayiuse(avx512_core), avx512_core);
+ avx512_core_vnni, mayiuse(avx512_core), avx512_core);
89
} else if (rnn.is_cell_dt_bf16()) {
90
return x64::avx512_core_bf16;
91
} else if (rnn.is_cell_dt_f16()) {
0 commit comments