Skip to content

Commit c7d3fd9

Browse files
committed
Define CUmodule type
1 parent 28ba020 commit c7d3fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/CL/sycl/backend/cuda.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ typedef int CUdevice;
2121
typedef struct CUctx_st *CUcontext;
2222
typedef struct CUstream_st *CUstream;
2323
typedef struct CUevent_st *CUevent;
24+
typedef struct CUmod_st *CUmodule;
2425

2526
// As defined in the CUDA 10.1 header file. This requires CUDA version > 3.2
2627
#if defined(_WIN64) || defined(__LP64__)

0 commit comments

Comments
 (0)