You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing triton from source, a pre-built llvm / mlir package is downloaded and stored in the ~/.triton directory (on Linux) with the following structure:
The static libs in the lib folder are used when building triton for the backend MLIR compiler and tests as can be seen by the cmake output. However, the other folders don't seem to be used, including the MLIRPython C API bindings. What is the purpose of these other files?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When installing
triton
from source, a pre-builtllvm
/mlir
package is downloaded and stored in the~/.triton
directory (on Linux) with the following structure:The static libs in the
lib
folder are used when buildingtriton
for the backendMLIR
compiler and tests as can be seen by thecmake
output. However, the other folders don't seem to be used, including theMLIRPython C API
bindings. What is the purpose of these other files?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions