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 cda0e29 commit 2e53f46Copy full SHA for 2e53f46
1 file changed
cuda_bindings/cuda/bindings/nvfatbin.pyx
@@ -89,7 +89,7 @@ cpdef str get_error_string(int result):
89
90
.. seealso:: `nvFatbinGetErrorString`
91
"""
92
- cdef char* _output_
+ cdef const char* _output_
93
cdef bytes _output_bytes_
94
_output_ = nvFatbinGetErrorString(<_Result>result)
95
0 commit comments