Skip to content

Commit 783ff0b

Browse files
Update hipify-perl location and permissions
1 parent 83f059e commit 783ff0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/ci_build/amd_hipify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ def hipify(hipify_perl_path, src_file_path, dst_file_path):
205205
parser.add_argument("src", help="src")
206206
args = parser.parse_args()
207207

208-
hipify("/onnxruntime", args.src, args.output)
208+
hipify("/onnxruntime/tools/ci_build/hipify-perl", args.src, args.output)
File renamed without changes.

0 commit comments

Comments
 (0)