Dmitry Zarukin

Results 120 comments of Dmitry Zarukin

Hi @rfg-gh, thank you for reporting the issue. I can reproduce it, let us look deeper in it and come back with findings. Thanks.

Hi @rfg-gh, it seems to be a bug in Intel Compiler preprocessor which is triggered under certain conditions. The problem is that I can reproduce the issue with pretty latest...

Hi @StrongerXi, the reason is that submemory_desc in general case doesn't provide full information on how much memory to provide for the end user. Thus, it provides nothing. Thank you.

Hi @xsacha, thank you for your feedback. Our data shows that biggest growth comes from AVX512+ ISA so if end user application is fine to include AVX512, our guess it's...

Hi @yanbing-j, thank you for you question. Primitive creation time may vary depending on different factors including memory format tags. Mostly it's occupied by kernel generation. > Though, it has...

Hi @yanbing-j, I think I've reproduced the behavior you are observing and now clarifying it with the team. To make sure we are on the same page - the problem...

Hi @thiagomacieira, thank you for the PR. Unfortunately, this PR breaks the priority of calls reflected in oneDNN doc. Env variable is respected if and only if functional call hasn't...

> That is retained for the `verbose` flag. All others don't have an API to set a value with. I have certain doubts it is retained in new version. Let's...

Hi @dagdoron, thank you for letting us know. This is an expected behavior and documented in several places, like [this](https://github.com/oneapi-src/oneDNN/issues/717), [this](https://github.com/oneapi-src/oneDNN/issues/476), [this](https://oneapi-src.github.io/oneDNN/dev_guide_int8_computations.html#processors-with-the-intel-avx2-or-intel-avx-512-support) and [this](https://en.wikichip.org/wiki/x86/avx512_vnni). Could you, please, take a look?...

Hi @affranchi, Thanks for sharing your report with us. In scenario 2 binary::desc fails due to the fact src0_desc and dst_desc are not the same: https://github.com/oneapi-src/oneDNN/blob/master/src/common/binary.cpp#L63. The desc comparsion includes...