#include <starpu_config.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
#include <cublas.h>
Go to the source code of this file.
|  | 
| void | starpu_cublas_report_error (const char *func, const char *file, int line, cublasStatus status) | 
|  | 
| void | starpu_cuda_report_error (const char *func, const char *file, int line, cudaError_t status) | 
|  | 
| cudaStream_t | starpu_cuda_get_local_stream (void) | 
|  | 
| const struct cudaDeviceProp * | starpu_cuda_get_device_properties (unsigned workerid) | 
|  | 
| int | starpu_cuda_copy_async_sync (void *src_ptr, unsigned src_node, void *dst_ptr, unsigned dst_node, size_t ssize, cudaStream_t stream, enum cudaMemcpyKind kind) | 
|  | 
| void | starpu_cuda_set_device (unsigned devid) | 
|  |