"src/vscode:/vscode.git/clone" did not exist on "fb9dcc51ff14e7cec8fc453cf7bfe44ee9349858"
[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
Showing
src/array/cpu/csr_sort.cc
0 → 100644
src/array/cuda/csr_sort.cu
0 → 100644
src/array/cuda/utils.cu
0 → 100644
Please register or sign in to comment