We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301f37 commit f3009ecCopy full SHA for f3009ec
scripts/compile-triton.sh
@@ -63,7 +63,7 @@ export PACKAGES_DIR=$BASE/packages
63
export LLVM_PROJ=$BASE/llvm
64
export LLVM_PROJ_BUILD=$LLVM_PROJ/build
65
export TRITON_PROJ=$BASE/$TRITON_PROJ_NAME
66
-export TRITON_PROJ_BUILD=$TRITON_PROJ/python/build
+export TRITON_PROJ_BUILD=$TRITON_PROJ/build
67
68
if [ "$CLEAN" = true ]; then
69
echo "**** Cleaning $PACKAGES_DIR, $LLVM_PROJ, and $TRITON_PROJ_BUILD before build ****"
0 commit comments