#include <iostream>
#include <sstream>
#include <stdexcept>
#include <cuda.h>
#include <cuda_runtime.h>
#include "FWCore/Utilities/interface/Likely.h"
Go to the source code of this file.
|
void | cms::cuda::abortOnCudaError (const char *file, int line, const char *cmd, const char *error, const char *message, const char *description=nullptr) |
|
bool | cms::cuda::cudaCheck_ (const char *file, int line, const char *cmd, cudaError_t result, const char *description=nullptr) |
|
bool | cms::cuda::cudaCheck_ (const char *file, int line, const char *cmd, CUresult result, const char *description=nullptr) |
|
◆ cudaCheck