mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Correct typo in nvbench/internal/nvml.cuh
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
This commit is contained in:
@@ -33,7 +33,7 @@ namespace nvbench::nvml
|
||||
{
|
||||
|
||||
// RAII struct that initializes and shuts down NVML
|
||||
// Beeds to be constructed and kept alive while using nvml
|
||||
// Needs to be constructed and kept alive while using nvml
|
||||
struct NVMLLifetimeManager
|
||||
{
|
||||
NVMLLifetimeManager();
|
||||
|
||||
Reference in New Issue
Block a user