We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ba020 commit c7d3fd9Copy full SHA for c7d3fd9
sycl/include/CL/sycl/backend/cuda.hpp
@@ -21,6 +21,7 @@ typedef int CUdevice;
21
typedef struct CUctx_st *CUcontext;
22
typedef struct CUstream_st *CUstream;
23
typedef struct CUevent_st *CUevent;
24
+typedef struct CUmod_st *CUmodule;
25
26
// As defined in the CUDA 10.1 header file. This requires CUDA version > 3.2
27
#if defined(_WIN64) || defined(__LP64__)
0 commit comments