Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Update mm.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Apr 26, 2021
1 parent 5da94ce commit 06056bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ namespace api = tim::api;
using papi_comp_t = comp::papi_tuple<PAPI_TOT_INS, PAPI_TOT_CYC>;
using bundle_t =
tim::component_bundle<api::mm, comp::wall_clock, comp::normalized<comp::wall_clock>,
comp::cpu_clock, comp::normalized<comp::cpu_clock>, papi_comp_t,
comp::normalized<papi_comp_t>, comp::user_global_bundle>;
comp::user_global_bundle>;
using stop_last_config_t = quirk::config<quirk::stop_last_bundle>;

namespace
Expand Down

0 comments on commit 06056bf

Please sign in to comment.