[GPU] Add planar format to onednn reduction (#13445)

Signed-off-by: Min, Byungil <byungil.min@intel.com>
This commit is contained in:
Min, Byungil 2022-10-17 15:04:41 +09:00 committed by GitHub
parent 0552d98802
commit f1d816f6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,