eric-haibin-lin commented on a change in pull request #13588: Accelerate DGL csr neighbor sampling URL: https://github.com/apache/incubator-mxnet/pull/13588#discussion_r242427356
########## File path: src/operator/contrib/dgl_graph.cc ########## @@ -718,20 +691,37 @@ static void SampleSubgraph(const NDArray &csr, dgl_id_t* indptr_out = sub_csr.aux_data(0).dptr<dgl_id_t>(); Review comment: nvm. Incorrect rendering by github. looks good ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
