Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lang] Use less gpu memory when building sparse matrix (#6781)
Issue: #2906 ### Brief Summary The `read_int` function of ndarray consumes more than 100M gpu memory. It's better to use `memcpy_device_to_host` function to obtain `num_triplets_`.
- Loading branch information