Skip to content

Commit

Permalink
Update python/cudf/cudf/_cuda/gpu.pxd
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Apr 2, 2020
1 parent 8f8fd5c commit 2e23210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_cuda/gpu.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,6 @@ cdef extern from "cuda_runtime_api.h" nogil:

const char* cudaGetErrorName(cudaError_t error)
const char* cudaGetErrorString(cudaError_t error)
int cuDeviceGetName(char* name, int len, int device)
int cuDeviceGetName(char* name, int length, int device)

ctypedef int underlying_type_attribute

0 comments on commit 2e23210

Please sign in to comment.