Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef FREE_TENSOR_GPU_H
2#define FREE_TENSOR_GPU_H
7#include <cuda_runtime.h>
11#define checkCudaError(call) \
14 if (cudaSuccess != err) { \
15 throw DriverError(cudaGetErrorString(err)); \