Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shu5620 committed Oct 1, 2023
1 parent 61c3d37 commit de81af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions border-async-trainer/src/async_trainer/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ where

let ix_buffer = splitted_buffers.ix_push_buffer();
ix_push_buffer_cnt[ix_buffer] += 1;
println!("ix_push_buffer_cnt: {:?}", ix_push_buffer_cnt);

// println!("ix_buffer: {}", ix_buffer);
let buf = splitted_buffers.splitted_buffers[ix_buffer].clone();
let (s, r) = unbounded();
Expand Down

0 comments on commit de81af4

Please sign in to comment.