Disable --kokkos-trace in rocprof-compute (#594)

.

[ROCm/rocprofiler-compute commit: 1b6bc89137]
This commit is contained in:
xuchen-amd
2025-03-06 10:54:46 -05:00
committed by Vignesh Edithal
parent 663a41075b
commit 66d538c2e0
2 changed files with 6 additions and 1 deletions
@@ -153,7 +153,8 @@ Examples:
required=False,
default=False,
action="store_true",
help="\t\t\tKokkos trace, traces Kokkos API calls.",
help=argparse.SUPPRESS,
#help="\t\t\tKokkos trace, traces Kokkos API calls.",
)
profile_group.add_argument(
"-k",