Skip to content

Commit 145c050

Browse files
committed
Add missing function declarations.
1 parent 3b1ff02 commit 145c050

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

include/hardware_sampling/gpu_amd/hardware_sampler.hpp

+10
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ class gpu_amd_hardware_sampler : public hardware_sampler {
117117
*/
118118
void sampling_loop() final;
119119

120+
/**
121+
* @copydoc hws::hardware_sampler::device_identification
122+
*/
123+
std::string device_identification() const final;
124+
125+
/**
126+
* @copydoc hws::hardware_sampler::generate_yaml_string
127+
*/
128+
std::string generate_yaml_string() const final;
129+
120130
/// The ID of the device to sample.
121131
std::uint32_t device_id_{};
122132

0 commit comments

Comments
 (0)