openvino
c604a539 - [GPU] no print empty strides (#33571)

Commit
112 days ago
[GPU] no print empty strides (#33571) ### Details: - when creating weight memory descriptor in with dnnl::memory::format_tag::any (get_conv_memory_descs function in src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp) there are prints which query for strides - in that case strides are returned empty, but it is trying to print them. found when debugging 172528 ### Tickets: --------- Co-authored-by: Eddy Kim <eddy.kim@intel.com>
Author
Parents
Loading