Skip to content

Commit

Permalink
fix to toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 19, 2025
1 parent 9deb55d commit 0898f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mfc/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __profiler_prepend() -> typing.List[str]:
raise MFCException("Failed to locate [bold green]NVIDIA Nsight Compute[/bold green] (ncu).")

return ["ncu", "--nvtx", "--mode=launch-and-attach",
"--cache-control=none", "--clock-control=none --replay-mode=application"] + ARG("ncu")
"--cache-control=none", "--clock-control=none --replay-mode application"] + ARG("ncu")

if ARG("nsys") is not None:
if not does_command_exist("nsys"):
Expand Down

0 comments on commit 0898f43

Please sign in to comment.