BullDemonKing commented on a change in pull request #13588: Accelerate DGL csr neighbor sampling URL: https://github.com/apache/incubator-mxnet/pull/13588#discussion_r242412946
########## 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: what is the problem of the indent here? ---------------------------------------------------------------- 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
