|
My Project
|
#include <cassert>#include <cstdlib>#include <cuda_runtime.h>#include <iostream>

Namespaces | |
| cuda_mlp | |
Typedefs | |
| using | cuda_mlp::CudaScalar = float |
| Scalar type used across CUDA kernels and optimizers. More... | |
Functions | |
| void | cuda_mlp::cuda_check (cudaError_t err, const char *msg) |
| Check a CUDA API call and abort with a message on failure. More... | |