[Codegen][Tuner] Expose the python bindings for LinalgExt::inferScaledContractionDims and LinalgExt::isaScaledContractionOpInterface#22763
Conversation
db4d1c3 to
7fa8ca3
Compare
…uner Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
7fa8ca3 to
7cda1b4
Compare
5ce3346 to
af7a70e
Compare
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
af7a70e to
60f3c7d
Compare
|
Missing Export Declarations. you should add new defined functions to Files: compiler/src/iree/compiler/API/api_exports.{def,ld,macos.lst,c} Without exports, these functions won't be visible when linking against the IREE compiler library. The Python bindings won't work. |
compiler/src/iree/compiler/API/Internal/IREECodegenDialectCAPI.cpp
Outdated
Show resolved
Hide resolved
compiler/src/iree/compiler/API/Internal/IREECodegenDialectCAPI.cpp
Outdated
Show resolved
Hide resolved
71ac283 to
1ad64af
Compare
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
1ad64af to
ad026e0
Compare
compiler/src/iree/compiler/API/Internal/IREECodegenDialectCAPI.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
bd0d730 to
0a40399
Compare
|
Here: https://releases.llvm.org/10.0.0/docs/CodingStandards.html?utm_source=chatgpt.com#commenting
Not just for you, also for myself lol. Very easy to leave some unnecessary code comment there. |
7541286 to
7da5920
Compare
|
Sorry about the number of grammar mistakes in this PR, I'll be more careful 😅 and thank you for the feedback |
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
7da5920 to
d09b972
Compare
|
Also update the PR tile, since it is misleading (looks like adding new transform matcher operations for scaled matmul). Maybe like
|
Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com>
…dContractionDims and LinalgExt::isaScaledContractionOpInterface (#22763) Exposes bindings that enable tuner support for scaled contractions. --------- Signed-off-by: Muzammiluddin Syed <muzasyed@amd.com> Signed-off-by: Keshav Vinayak Jha <keshavvinayakjha@gmail.com>
Exposes bindings that enable tuner support for scaled contractions.