Mila
Deep Neural Network Library
|
#include <cuda_runtime.h>
#include <cstdio>
#include <cstdlib>
#include <stdexcept>
#include <string>
#include <source_location>
Go to the source code of this file.
Classes | |
class | CudaException |
Functions | |
constexpr int | ceil_div (int M, int N) |
void | cudaCheck (cudaError_t error, const std::source_location &loc=std::source_location::current()) |
|
constexpr |
|
inline |