Skip to content

Commit a075c76

Browse files
authored
Don't copy compile_commands.json in compile-triton.sh (#4632)
No longer needed after triton-lang/triton@3043f5e Can potentially conflict and lead to: `error: [Errno 20] Not a directory: PosixPath('.../intel-xpu-backend-for-triton/compile_commands.json') `
1 parent 0d92c31 commit a075c76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/compile-triton.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ build_triton() {
182182

183183
# Install triton and its dependencies.
184184
pip install -v -e '.[build,tests]'
185-
186-
# Copy compile_commands.json in the build directory (so that cland vscode plugin can find it).
187-
cp $(find $TRITON_PROJ_BUILD -name compile_commands.json) $TRITON_PROJ/
188185
}
189186

190187
build() {

0 commit comments

Comments
 (0)