Skip to content

Commit

Permalink
feat(triton-linalg): modify ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqirui committed Jul 5, 2024
1 parent 162315b commit 6e7e4b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ci_script/file_guard.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import time
import sys
import os
import argparse

def file_guard():
def file_guard(guard_status_file, guard_log_file):
# where stores the last position that pointer pointed to.
where= 0
while True:
Expand Down

0 comments on commit 6e7e4b1

Please sign in to comment.