tinygrad/tinygrad/codegen
chenyu 3eb952f537
fix some sigmoid extreme (#8238)
* fix some sigmoid extreme

quite brittle... the problem is it has 3 terms and mul might have bad order

* test_tanh_extreme

* just sigmoid gradient
2024-12-14 14:37:06 -05:00
..
__init__.py fix: pylint will not lint folders without __init__.py (#4875) 2024-06-08 14:00:24 +02:00
kernel.py rename expand to unroll [pr] (#8218) 2024-12-13 11:41:52 -08:00
linearize.py simpler block reorder function [pr] (#8031) 2024-12-04 17:57:35 +08:00
lowerer.py rename expand to unroll [pr] (#8218) 2024-12-13 11:41:52 -08:00
transcendental.py update uop and tests to not use lt/gt/le/ge [pr] (#8023) 2024-12-03 21:02:52 -05:00
uopgraph.py fix some sigmoid extreme (#8238) 2024-12-14 14:37:06 -05:00