From 4e7a6c2dc57e96d711333f90f0616dc4b34216d8 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 4 Jul 2023 20:12:59 +0200
Subject: [PATCH] cuda: Fix undefined cudaMemcpy2DAsync

---
 gpucublas/include/gpucublas.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gpucublas/include/gpucublas.h b/gpucublas/include/gpucublas.h
index 8e7d4c3af..2305b4f9b 100644
--- a/gpucublas/include/gpucublas.h
+++ b/gpucublas/include/gpucublas.h
@@ -15,7 +15,7 @@
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Nathalie Furmento
- * @date 2023-07-04
+ * @date 2023-07-06
  * @precisions normal z -> c d s
  *
  */
@@ -39,6 +39,7 @@
 #include <cuda_fp16.h>
 #endif
 
+#include <cuda_runtime_api.h>
 #include <cublas_v2.h>
 
 #define CUBLAS_SADDR(_a_) (&(_a_))
-- 
GitLab