Skip to content

Commit

Permalink
Update hipify path to remove absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Oct 10, 2024
1 parent 783ff0b commit 5d45a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/amd_hipify.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ def hipify(hipify_perl_path, src_file_path, dst_file_path):
parser.add_argument("src", help="src")
args = parser.parse_args()

hipify("/onnxruntime/tools/ci_build/hipify-perl", args.src, args.output)
hipify(os.path.join(os.path.dirname(__file__), "hipify-perl"), args.src, args.output)

0 comments on commit 5d45a66

Please sign in to comment.