Skip to content

Commit 1193c05

Browse files
committed
add main bindings
1 parent 01a4b71 commit 1193c05

4 files changed

Lines changed: 112 additions & 112 deletions

File tree

cuda_bindings/cuda/bindings/cufile.pxd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44
#
5-
# This code was automatically generated with version 13.0.0. Do not modify it directly.
5+
# This code was automatically generated across versions from 12.9.0 to 13.0.1. Do not modify it directly.
66

77
from libc.stdint cimport intptr_t
88

@@ -74,10 +74,11 @@ cpdef int get_version() except? 0
7474
cpdef size_t get_parameter_size_t(int param) except? 0
7575
cpdef bint get_parameter_bool(int param) except? 0
7676
cpdef str get_parameter_string(int param, int len)
77-
cpdef get_parameter_min_max_value(int param, intptr_t min_value, intptr_t max_value)
7877
cpdef set_parameter_size_t(int param, size_t value)
7978
cpdef set_parameter_bool(int param, bint value)
8079
cpdef set_parameter_string(int param, intptr_t desc_str)
80+
cpdef driver_close()
81+
cpdef get_parameter_min_max_value(int param, intptr_t min_value, intptr_t max_value)
8182
cpdef set_stats_level(int level)
8283
cpdef int get_stats_level() except? 0
8384
cpdef stats_start()

0 commit comments

Comments
 (0)