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

API for companion trackers #35

Open bennn opened 1 year ago

bennn commented 1 year ago

FloatTracker targets Julia code.

But, Julia programs might rely on other languages: GPU kernels, C Fortran ... libraries. Those other languages will need their own float tracking tools. Still we should interface with them!

GPU-FPX is one example. What's the right interface to let FT fire up GPU-FPX and integrate its output?