-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Hi, I wanted to know if there is any specific reason not to allow higher precision values?
Reference code:
Lines 97 to 99 in 537cfdd
| if array.dtype != jnp.float32: | |
| message = f"Expected float32, got {array.dtype}" | |
| raise ValueError(message) |
Metadata
Metadata
Assignees
Labels
No labels