Results 9 issues of Andrey Guskov

Is it possible to tell TFRT not to allocate memory for uninitialized tensors in MLIR but keep their attributes (dimensions, total size, unique `std::hash`-able instance, etc.)? The device I\`m writing...

Seems like the only check the ResNet50 test has is this one: ```// CHECK: int1 = 1``` How should I amend it so that it could actually verify TFRT for...

This is a proof-of-concept implementation of user ZPs in GEMM — ref-only as of now, and with no foolproofing. The RFC for this change [is here](https://github.com/uxlfoundation/oneDNN/pull/3136).

documentation
platform:cpu-x64
platform:gpu-intel
component:api
component:tests
component:common

This resolves [MFDNN-13645](https://jira.devtools.intel.com/browse/MFDNN-13645).

platform:gpu-intel
component:tests
component:common

This is the first part of [MFDNN-13796](https://jira.devtools.intel.com/browse/MFDNN-13796), applicable to both Conv and GEMM.

platform:gpu-generic
component:api
component:common

This is a proposal for user-supplied precomputed zero points, primarily intended for boosting GEMM performance in LLMs. @dzarukin, @mgouicem, @vpirogov, please review. Related JIRAs: [MFDNN-12757](https://jira.devtools.intel.com/browse/MFDNN-12757), [MFDNN-13500](https://jira.devtools.intel.com/browse/MFDNN-13500)

RFC

This PR resolves the kernel / threadgroup terminological mixup in the jit:ir generator.

platform:gpu-intel

This addresses [MFDNN-14306](https://jira.devtools.intel.com/browse/MFDNN-14306).

platform:gpu-intel
component:tests

This addresses [MFDNN-14208](https://jira.devtools.intel.com/browse/MFDNN-14208).

platform:gpu-intel