summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/dlpack.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Allow export/import of bools in dlpackSebastian Berg2023-01-271-1/+9
* BLD: fix issue with header includes in dlpack.cRalf Gommers2022-11-121-5/+3
* API: Always use BufferError when dlpack export failsSebastian Berg2022-11-071-14/+17
* MAINT: Ensure raw dlpack deleter works when called without the GIL (#22510)albanD2022-11-021-0/+14
* MAINT: make np._from_dlpack publicTirth Patel2022-03-031-1/+1
* BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensionsTirth Patel2022-03-021-1/+1
* MAINT,TST: np._from_dlpack: add more test + small memory optimization (#21121)Tirth Patel2022-03-011-12/+11
* BUG, ENH: np._from_dlpack: export correct device informationTirth Patel2022-02-251-0/+6
* MAINT: Simplify `byte_offset` handling in dlpack.h and add commentSebastian Berg2021-11-091-24/+16
* add release note, error out if offset is usedmattip2021-11-091-1/+7
* make a.__dlpack__() fail if a is readonlymattip2021-11-041-0/+6
* change from_dlpack to _dlpack, remove unused headermattip2021-11-021-1/+1
* UpdatesMatti Picus2021-11-021-4/+2
* BUG: fixes from reviewmattip2021-11-021-40/+64
* move dlpack functions to a new filemattip2021-11-021-0/+382