Disable --kokkos-trace in rocprof-compute (#594)
.
[ROCm/rocprofiler-compute commit: 1b6bc89137]
This commit is contained in:
committed by
Vignesh Edithal
parent
663a41075b
commit
66d538c2e0
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user