Andrey Guskov
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).
This resolves [MFDNN-13645](https://jira.devtools.intel.com/browse/MFDNN-13645).
This is the first part of [MFDNN-13796](https://jira.devtools.intel.com/browse/MFDNN-13796), applicable to both Conv and GEMM.
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)
This PR resolves the kernel / threadgroup terminological mixup in the jit:ir generator.
This addresses [MFDNN-14306](https://jira.devtools.intel.com/browse/MFDNN-14306).
This addresses [MFDNN-14208](https://jira.devtools.intel.com/browse/MFDNN-14208).