Skip to content

Commit 07df441

Browse files
committed
nit: move dlpack.h to the include dir
1 parent 67db25e commit 07df441

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/experimental/_dlpack.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ from libc.stdint cimport uint64_t
1414
from libc.stdint cimport intptr_t
1515

1616

17-
cdef extern from "dlpack.h" nogil:
17+
cdef extern from "include/dlpack.h" nogil:
1818
"""
1919
#define DLPACK_TENSOR_UNUSED_NAME "dltensor"
2020
#define DLPACK_VERSIONED_TENSOR_UNUSED_NAME "dltensor_versioned"
File renamed without changes.

0 commit comments

Comments
 (0)