czkkkkkk
|
949f87cc1d
|
[FFI] Change enumeration name in DGLObjectTypeCode to avoid conflict with Pytorch (#4905)
|
2022-11-16 15:25:48 +08:00 |
|
Xin Yao
|
cded5b80fe
|
[Feature] Bump DLPack to v0.7 and decouple DLPack from the core library (#4454)
* rename `DLContext` to `DGLContext`
* rename `kDLGPU` to `kDLCUDA`
* replace DLTensor with DGLArray
* fix linting
* Unify DGLType and DLDataType to DGLDataType
* Fix FFI
* rename DLDeviceType to DGLDeviceType
* decouple dlpack from the core library
* fix bug
* fix lint
* fix merge
* fix build
* address comments
* rename dl_converter to dlpack_convert
* remove redundant comments
|
2022-09-19 16:02:43 +08:00 |
|
Minjie Wang
|
3c129ad71f
|
[Bugfix] Cython CAPI holding GIL causes deadlock when Python callback is asynchronous (#4036)
* cython nogil
* move APIs to internal and add unit test
* fix lint
* disable callback array test
|
2022-05-25 10:02:44 +08:00 |
|
Minjie Wang
|
90e78c5854
|
[FFI] FFI container support, custom structure extension via Object (#693)
* WIP: import tvm runtime node system
* WIP: object system
* containers
* tested basic container composition
* tested custom object
* fix setattr bug
* tested object container return
* fix lint
* some comments about get/set state
* fix lint
* fix lint
* update cython
* fix cython
* ffi doc
* fix doc
|
2019-07-01 14:40:07 -04:00 |
|
Minjie Wang
|
ca2a7e1ca1
|
[Refactor] Nodeflow, sampling, CAPI (#430)
* enable cython
* add helper function and data structure for void_p vector return
* move sampler from graph index to contrib.sampling
* WIP
* WIP
* refactor layer sampling
* pass tests
* fix lint
* fix graphsage
* remove comments
* pickle test
* fix comments
* update dev guide for cython build
|
2019-03-05 14:07:22 -05:00 |
|
Lingfan Yu
|
a1d50f0f53
|
[Refactor] Rename before release (#261)
* include/dgl/runtime
* include
* src/runtime
* src/graph
* src/scheduler
* src
* clean up CMakeLists
* further clean up in cmake
* install commands
* python/dgl/_ffi/_cython
* python/dgl/_ffi/_ctypes
* python/dgl/_ffi
* python/dgl
* some fix
* copy right
|
2018-12-05 16:45:36 -05:00 |
|
Minjie Wang
|
2694b12725
|
import ffi solution from TVM
|
2018-09-05 10:51:31 -04:00 |
|