Skip to content

Commit

Permalink
compliant with latest iree
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Aug 26, 2024
1 parent 7b2e163 commit 1b3ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2eshark/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def runCodeGeneration(
+ " "
)
if args.targetbackend == "rocm":
commandname += f"--iree-rocm-target-chip={args.targetchip} "
commandname += f"--iree-hip-target={args.targetchip} "
scriptcommand = (
commandname
+ " "
Expand Down

0 comments on commit 1b3ddb4

Please sign in to comment.