Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Oct 27, 2023
1 parent aa8d50d commit 1f8841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luisa_compute/tests/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ fn is_nan() {
&track!(|| {
let tid = dispatch_id().x;
let x = x.read(tid) / 0.0 - x.read(tid) / 0.0;
cpu_dbg!(x);
// cpu_dbg!(x);
lc_assert!(!x.is_finite());
lc_assert!(x.is_nan());
lc_assert!(!x.is_infinite());
Expand Down

0 comments on commit 1f8841a

Please sign in to comment.