Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterized TF type? #37

Open
bennn opened this issue Aug 16, 2023 · 2 comments
Open

Parameterized TF type? #37

bennn opened this issue Aug 16, 2023 · 2 comments

Comments

@bennn
Copy link
Member

bennn commented Aug 16, 2023

If we had one type for TrackedFloats, FT would be easier to use and maintain.

Question 1: instead of having N types for TrackedFloat (TrackedFloat16, ...), could we use one parameterized type?

Question 2: if it's one type, do we lose anything important --- such as checks that a number never exceeds 32 bits? (Are those checks useful??)

@dpsanders
Copy link

dpsanders commented Jul 4, 2024

[Part of review for JuliaCon proceedings]

Is there any progress on this? This seems easy (ish) to implement and would improve flexibility (e.g. tracking of BigFloats would be possible).

@bennn
Copy link
Member Author

bennn commented Jul 8, 2024

Nope, no progress. We're looking for someone to take the lead on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants