Skip to content

Commit

Permalink
Add missing "fmt/chrono.h" includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Oct 9, 2024
1 parent eb4b2f1 commit e25e9de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hws/cpu/hardware_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "hws/sample_category.hpp" // hws::sample_category
#include "hws/utility.hpp" // hws::detail::{split, split_as, trim, convert_to, starts_with}

#include "fmt/chrono.h" // direct formatting of std::chrono types
#include "fmt/format.h" // fmt::format
#include "fmt/ranges.h" // fmt::join

Expand Down
1 change: 1 addition & 0 deletions src/hws/event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "hws/event.hpp"

#include "fmt/chrono.h" // direct formatting of std::chrono types
#include "fmt/format.h" // fmt::format

#include <ostream> // std::ostream
Expand Down
1 change: 1 addition & 0 deletions src/hws/gpu_amd/hardware_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "hws/sample_category.hpp" // hws::sample_category
#include "hws/utility.hpp" // hws::detail::time_points_to_epoch

#include "fmt/chrono.h" // direct formatting of std::chrono types
#include "fmt/format.h" // fmt::format
#include "fmt/ranges.h" // fmt::join
#include "hip/hip_runtime_api.h" // HIP runtime functions
Expand Down
1 change: 1 addition & 0 deletions src/hws/gpu_intel/hardware_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "hws/sample_category.hpp" // hws::sample_category
#include "hws/utility.hpp" // hws::{durations_from_reference_time, join}

#include "fmt/chrono.h" // direct formatting of std::chrono types
#include "fmt/format.h" // fmt::format
#include "level_zero/ze_api.h" // Level Zero runtime functions
#include "level_zero/zes_api.h" // Level Zero runtime functions
Expand Down
1 change: 1 addition & 0 deletions src/hws/gpu_nvidia/hardware_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "hws/sample_category.hpp" // hws::sample_category
#include "hws/utility.hpp" // hws::detail::time_points_to_epoch

#include "fmt/chrono.h" // direct formatting of std::chrono types
#include "fmt/format.h" // fmt::format
#include "fmt/ranges.h" // fmt::join
#include "nvml.h" // NVML runtime functions
Expand Down

0 comments on commit e25e9de

Please sign in to comment.