Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix missing closing curly bracket
  • Loading branch information
mshr-h committed Mar 29, 2024
commit 43a2e0bc7badd1b114464d0cd9ea067c11b13a79
2 changes: 1 addition & 1 deletion docs/how_to/profile/papi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can also change which metrics are collected:
report = vm.profile(
data,
func_name="main",
collectors=[tvm.runtime.profiling.PAPIMetricCollector({dev: ["PAPI_FP_OPS"])],
collectors=[tvm.runtime.profiling.PAPIMetricCollector({dev: ["PAPI_FP_OPS"]})],
)

.. code::
Expand Down