Correct typo in nvbench/internal/nvml.cuh

Co-authored-by: Bradley Dice <bdice@bradleydice.com>
This commit is contained in:
Robert Maynard
2023-11-14 14:23:56 -05:00
committed by GitHub
parent adaef09b20
commit cbe9980304

View File

@@ -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();