caojy1998
|
fddc0c48da
|
[BugFix] Updated some Cython code to adapt to Cython 3.0.0 version. (#6052)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
|
2023-07-27 20:31:08 +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 |
|
Jinjing Zhou
|
e9440acb06
|
[TF] TF backend fix and new logic to choose backend (#1393)
* TF backend fix and new logic to choose backend
* fix
* fix
* fix
* fix
* fix backend
* fix
* dlpack alignment
* add flag
* flag
* lint
* lint
* remove unused
* several fixes
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
|
2020-03-30 18:45:17 +08: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 |
|