Claudio Fantacci

Results 34 issues of Claudio Fantacci

Update the documentation and integrate comments and code of the issues marked with the `documentation` label.

🔖 documentation

There is no standard way of detecting CPU features in CMake. There is an attempt to do so from version 3.10 with [cmake_host_system_information](https://cmake.org/cmake/help/v3.10/command/cmake_host_system_information.html), however it lacks some important ones. Looking...

Hello! I recently stumbled on some Jax typing error where the exception raised was masking, and thus miseleading, the underlying real jax typing error. ## Example ``` ... File "jaxtyping/_decorator.py",...