Open bennn opened 1 year ago
Try adding @simd and @fastmath annotations. Do they give rise to NaNs?
@simd
@fastmath
https://docs.julialang.org/en/v1/manual/performance-tips/
Does FloatTracker record the NaNs?
This seems like a good path to another motivating example for FT.
Try adding
@simd
and@fastmath
annotations. Do they give rise to NaNs?https://docs.julialang.org/en/v1/manual/performance-tips/
Does FloatTracker record the NaNs?
This seems like a good path to another motivating example for FT.