Restore nvml being an optional dependency of nvbench (#149)

This commit is contained in:
Robert Maynard
2023-11-16 15:20:24 -05:00
committed by GitHub
parent acc8239ef7
commit 978d81a0cb

View File

@@ -16,14 +16,8 @@
* limitations under the License.
*/
#include <nvbench/config.cuh>
#include <nvbench/internal/nvml.cuh>
#include <stdexcept>
#include <fmt/format.h>
#include <nvml.h>
namespace nvbench::nvml
{
NVMLLifetimeManager::NVMLLifetimeManager()