#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <nvml.h>
#include "FWCore/Utilities/interface/Likely.h"
Go to the source code of this file.
|
void | cms::cuda::abortOnNvmlError (const char *file, int line, const char *cmd, const char *error, const char *message, std::string_view description=std::string_view()) |
|
bool | cms::cuda::nvmlCheck_ (const char *file, int line, const char *cmd, nvmlReturn_t result, std::string_view description=std::string_view()) |
|
◆ nvmlCheck