WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f853388

Browse files
committed
bump5
1 parent dc3a872 commit f853388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/mip/problem/problem.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ void csr_to_csc_transpose(const i_t* csr_offsets,
339339
csr_indices + nnz,
340340
[counts = col_counts.data()] __device__(i_t col) { atomicAdd(&counts[col], 1); });
341341

342-
// 4Exclusive scan to get column pointers
342+
// 5Exclusive scan to get column pointers
343343
thrust::exclusive_scan(
344344
handle_ptr->get_thrust_policy(), col_counts.begin(), col_counts.end(), csc_offsets);
345345

0 commit comments

Comments
 (0)