Add tilelang build script - #8474
Conversation
|
@cdeepali -- Please review this PR. |
|
@cdeepali I have added build_info.json. Let me know if any changes are needed. Thanks. |
|
Thanks @Daniel-Schenker. Please update the PR as per the suggestions in comment. |
|
@cdeepali Changes addressed. |
|
I should have mentioned earlier, that the build-info.json also requires a block like: as in https://github.com/ppc64le/build-scripts/pull/8486/changes. |
|
@Daniel-Schenker @janani66 Please use python3.12 in the build script as wrapper script will execute build script on multiple python versions (3.12 to 3.14 on UBI10) and will modify script according to the python version in the build environment. The venv is also created by the wrapper script so the build script need not create env as well. Pls refer to the script created for z3-solver in #8486 to modify the build script according to the requirement of the CI. |
Checklist
set -eoption enabled and observe success ?This PR adds a build script for tilelang package built for the ROCM target. Please do let me know if any changes to the build script are required.
NOTE: This script is dependent on #8473 as this build script has z3-solver package as a dependency for the build.