Hongzhi (Steve), Chen
|
bcd3768426
|
[Misc] Replace /*! with /**. (#4823)
* replace
* blabla
* balbla
* blabla
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-11-07 08:16:41 +08:00 |
|
Hongzhi (Steve), Chen
|
619d735df5
|
[Misc] Replace \xxx with @xxx in structured comment. (#4822)
* param
* brief
* note
* return
* tparam
* brief2
* file
* return2
* return
* blabla
* all
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-11-07 00:22:45 +08:00 |
|
Hongzhi (Steve), Chen
|
b2d38ca82c
|
[Misc] clang-format auto fix. (#4803)
* [Misc] clang-format auto fix.
* manual
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-11-02 23:15:34 +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
|
870da747ea
|
[CUDA][Kernel] More CUDA kernels; Standardize the behavior for sorted COO/CSR (#1704)
* add cub; array cumsum
* CSRSliceRows
* fix warning
* operator << for ndarray; CSRSliceRows
* add CSRIsSorted
* add csr_sort
* inplace coosort and outplace csrsort
* WIP: coo is sorted
* mv cuda_utils
* add AllTrue utility
* csr sort
* coo sort
* coo2csr for sorted coo arrays
* CSRToCOO from sorted
* pass tests for the new kernel changes
* cannot use inplace sort
* lint
* try fix msvc error
* Fix g.copy_to and g.asnumbits; ToBlock no longer uses CSC
* stash
* revert some hack
* revert some changes
* address comments
* fix
* fix to_block unittest
* add todo note
|
2020-06-28 18:37:28 +08:00 |
|
Jinjing Zhou
|
9caff61777
|
[Feature] More serialization support (#1295)
* fix script
* t
* fix weird bugs
* fix
* fix
* upload
* fix
* fix
* lint
* fix
* tmp
* fix serialization
* fix
* fix lint
* fix message
* fix
* lint
* address comment
* fix
* lint
* fix
* fix
* fix
* Remove duplicate serialization for meta graph
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
|
2020-03-06 21:38:56 +08:00 |
|
Jinjing Zhou
|
ebca1188a9
|
[Feature] Support serialization for smart pointer (#1291)
* fix script
* t
* fix weird bugs
* fix
* fix
* upload
* fix
* fix
* lint
* fix
|
2020-02-26 17:29:27 +08:00 |
|