Skip to content

Commit ed6eeb2

Browse files
committed
bring back all cdef classes
1 parent 8e9d052 commit ed6eeb2

File tree

3 files changed

+1233
-50
lines changed

3 files changed

+1233
-50
lines changed

cuda_bindings/cuda/bindings/cufile.pxd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ ctypedef CUfileBatchHandle_t BatchHandle
1818
ctypedef CUfileError_t Error
1919
ctypedef cufileRDMAInfo_t RDMAInfo
2020
ctypedef CUfileFSOps_t FSOps
21-
ctypedef CUfileOpCounter_t OpCounter
22-
ctypedef CUfilePerGpuStats_t PerGpuStats
2321
ctypedef CUfileDrvProps_t DrvProps
24-
ctypedef CUfileStatsLevel1_t StatsLevel1
25-
ctypedef CUfileStatsLevel2_t StatsLevel2
26-
ctypedef CUfileStatsLevel3_t StatsLevel3
2722

2823

2924
###############################################################################

0 commit comments

Comments
 (0)