mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Fix obvious typo in getter for device_manager singleton docstring (#232)
This commit is contained in:
@@ -33,7 +33,7 @@ struct device_manager
|
||||
using device_info_vector = std::vector<nvbench::device_info>;
|
||||
|
||||
/**
|
||||
* @return The singleton benchmark_manager instance.
|
||||
* @return The singleton device_manager instance.
|
||||
*/
|
||||
[[nodiscard]] static device_manager &get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user