Dmitry Zarukin

Results 120 comments of Dmitry Zarukin

Resolved by [10ae565](https://github.com/oneapi-src/oneDNN/commit/10ae565532157e933c3fea5683ab06b061147e30)

Hi @wangzy0327, have you tried the latest version of oneDNN?

> @dzarukin I need to specify a stable version of oneDNN and it needs to be compiled into a debug version. I have tried to compiled oneDNN v3.2 /v3.4 on...

This one has a conflict. Could you, please, resolve it?

Hi @vishwascm, thank you for the question. Injector is a technology to move certain operations fusion from a memory level to a register level which speeds up things a lot....

The approach would be same, compare two execution paths: * Matmul primitive chained with a binary primitive, as reference, versus * Matmul primitive + primitive attribute post-op with binary. The...

@vishwascm , here's a reproducer for those broadcast strategies (in order: per_mb, spatial, batch): `benchdnn --conv --attr-post-ops=add:f32:1,add:f32:3,add:f32:14 ic3oc64_ih224oh112kh7sh2dh0ph3_iw224ow112kw7sw2dw0pw3` They are expressed in terms of the attribute, not in terms of...

Please squash all the changes and remove all `merge` commits - the history must be linear.