-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc for building LLVM Target #409
Comments
Correct it is the parent of the project folder. We can change the script to use $HOME (or ../../) and also avoid hardcoding the location of the cmake executable. |
Hi @Stonepia , thanks for your suggestions, PRs are created to address them.
For checking, we use test-triton.sh. It takes option to run different kind of tests, e.g., @chsasank kindly offered to help in documenting the build process. (#335 (comment)) If you have any questions on building or testing in the meantime, we are happy to help. |
Issue was closed automatically when the PRs were merged in. Reopening to give @Stonepia a chance to response. |
thanks for the help! Issue could be closed. |
Hello, Could you help to provide a doc for building the LLVM target?
I notice that you have offered a compile-triton.sh, but could you write a formal doc describing that? About how to build the triton, and how to run a basic kernel for checking.
In addition, I have two thoughts about this file:
BASE
env setting? From the script, the default setting isBASE=/iusers/$USER
, and it should be the parent folder of the triton folder. Normally, there is noiusers
folder, so I would suggest that thisiuser
be changed to something like$HOME/...
.cmake
is hardcoded to/usr/bin/cmake
, but there are cases when the user wants to usecmake
in conda env, especially when the user doesn't have root permission to install cmake in the system path.The text was updated successfully, but these errors were encountered: