utahplt / TrackedFloats.jl

Julia library providing tracking of floating point errors through a program resources
https://juliahub.com/ui/Packages/General/TrackedFloats
MIT License
34 stars 3 forks source link

idea: try performance annotations #7

Open bennn opened 1 year ago

bennn commented 1 year ago

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.