Skip to content

Commit

Permalink
chore: dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jan 22, 2024
1 parent 20a75ec commit cb08cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ratchet-core/src/tensor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ mod tests {
c.resolve()?;

let our_result = c.to(cpu_device)?;
println!("Ground: {:?}", ground);
println!("Our result: {:?}", our_result);

Ok(())
}
Expand Down

0 comments on commit cb08cbd

Please sign in to comment.