Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e50caa38 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Always include cublas before cublas_v2

parent f41be856
No related branches found
No related tags found
1 merge request!36Starpu/cublas v2
......@@ -54,6 +54,7 @@
#include <cuda_runtime.h>
#include <cuda_runtime_api.h>
#if defined(CHAMELEON_USE_CUBLAS_V2)
#include <cublas.h>
#include <cublas_v2.h>
#else
#include <cublas.h>
......
......@@ -45,6 +45,13 @@
#if defined(CHAMELEON_USE_CUDA) && !defined(CHAMELEON_SIMULATION)
#include <starpu_scheduler.h>
#include <starpu_cuda.h>
#include <cublas.h>
#include <starpu_cublas.h>
#if defined(CHAMELEON_USE_CUBLAS_V2)
#include <cublas_v2.h>
#include <starpu_cublas_v2.h>
#endif
#endif
#include "control/common.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment