Skip to content

Commit

Permalink
[GPU] Update onednn to v3.6pc (#25087)
Browse files Browse the repository at this point in the history
  • Loading branch information
isanghao authored Jun 28, 2024
1 parent 246404d commit 59f1d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ struct reorder_onednn : typed_primitive_onednn_impl<reorder, dnnl::reorder::prim
ib >> prim_cache;

_scratchpad_md = _pd.scratchpad_desc();

_prim = dnnl::reorder(_pd, prim_cache);
if (prim_cache.size() > 0)
_prim = dnnl::reorder(_pd, prim_cache);
else
_prim = dnnl::reorder(_pd);
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/intel_gpu/thirdparty/onednn_gpu
Submodule onednn_gpu updated 866 files

0 comments on commit 59f1d69

Please sign in to comment.