[GPU] Add planar format to onednn reduction (#13445)
Signed-off-by: Min, Byungil <byungil.min@intel.com>
This commit is contained in:
parent
0552d98802
commit
f1d816f6aa
@ -105,6 +105,7 @@ attach_reduction_onednn::attach_reduction_onednn() {
|
||||
data_types::i8,
|
||||
};
|
||||
std::vector<format::type> fmt = {
|
||||
format::bfyx,
|
||||
format::b_fs_yx_fsv16,
|
||||
format::b_fs_yx_fsv32,
|
||||
format::bs_fs_yx_bsv16_fsv16,
|
||||
|
Loading…
Reference in New Issue
Block a user