Skip to content

Commit

Permalink
Force hipify to use copied version from rocm-6.3.0-14776 build (#69)
Browse files Browse the repository at this point in the history
* Force hipify to use copied version from rocm-6.3.0-14776 build

* Update hipify-perl location and permissions

* Update hipify path to remove absolute path
  • Loading branch information
TedThemistokleous authored Oct 10, 2024
1 parent b859361 commit ad60c03
Show file tree
Hide file tree
Showing 2 changed files with 13,169 additions 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(args.hipify_perl, args.src, args.output)
hipify(os.path.join(os.path.dirname(__file__), "hipify-perl"), args.src, args.output)
Loading

0 comments on commit ad60c03

Please sign in to comment.