Skip to content

Commit

Permalink
Correct typo in nvbench/internal/nvml.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
robertmaynard and bdice authored Nov 14, 2023
1 parent adaef09 commit cbe9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvbench/internal/nvml.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cbe9980

Please sign in to comment.