tinygrad/test/external
geohotstan 57817028bb
removed redundant dtype hacks in onnx_ops (#2939)
* updated most dtype hacks in onnx_ops

* temporarily revert dequantizelinear change

* I think this is right...

* MORE FIXES WOOOO NEW DTYPE IS AWESOME

* ok

* oops missed a print

* half -> float32 for CI

* is npdtype

* some more

* fix if ordering

* more clean ups

* final cleanups

* casting to half not allowed

* k nvm

* revert ArgMax change

* only GPU

* llvm begone

* teeny tiny change

* fix: attempt to add cast tests

* try this

* fix dequantizelinear

* revert some stuff

* tests pass pls

* less lines in onnx_tests

* oops missed string tensor tests

* clean up

* try: revert default behavior changes

* fix: disabled Cast and Castlike tests

* docs: small changes

* fix: fixed isNaN op and enabled associated tests

* fix: forgot about float16

* done

* update disabled test

* gah missed another float16

* disable rest of failing tests

* rm extra line

* try...

---------

Co-authored-by: chenyu <chenyu@fastmail.com>
2024-01-04 01:45:24 -05:00
..
external_benchmark_hip_compile.py hip compile speed (#2606) 2023-12-04 13:47:40 -08:00
external_benchmark_load_stable_diffusion.py gate METAL_FAST_LOAD 2023-12-01 15:28:40 -08:00
external_cl_half_max.py use default dict for external_model_benchmark (#2592) 2023-12-03 15:25:43 -08:00
external_llama_eval.py ruff checks the max line length is 150 (#2734) 2023-12-12 17:34:47 -08:00
external_model_benchmark.py update onnx model links (#2908) 2023-12-22 00:19:41 -05:00
external_multi_gpu.py s/lazydata.realized/lazydata.base.realized/g (#2914) 2023-12-22 14:45:13 -05:00
external_osx_profiling.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
external_test_dist_collectives.py more test cleanups (#2631) 2023-12-05 16:17:57 -08:00
external_test_dist_world.py more test cleanups (#2631) 2023-12-05 16:17:57 -08:00
external_test_embedding.py make embedding and GPT-2 fast (#1631) 2023-08-22 15:14:38 -07:00
external_test_example.py more test cleanups (#2631) 2023-12-05 16:17:57 -08:00
external_test_image.py fixes (#1893) 2023-09-22 07:20:27 +08:00
external_test_jit_on_models.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
external_test_onnx_backend.py removed redundant dtype hacks in onnx_ops (#2939) 2024-01-04 01:45:24 -05:00
external_test_opt.py move globalcounters to ops (#2960) 2024-01-01 14:21:02 -08:00
external_test_optim.py use class Foo: instead of class Foo(): (#1797) 2023-09-06 12:20:25 -07:00
external_test_speed_llama.py vals is an argument (#2599) 2023-12-03 21:50:43 -08:00
external_test_uops_graphing.py cleanups to save lines and files (#2577) 2023-12-02 16:29:56 -08:00
external_test_whisper_librispeech.py whisper: support audio >30s (#2378) 2023-11-21 14:37:51 -08:00
external_test_yolo.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
external_test_yolov8.py ruff checks the max line length is 150 (#2734) 2023-12-12 17:34:47 -08:00
fuzz_linearizer.py vars_from_ast -> LazyOp.vars (#2965) 2024-01-01 18:12:38 -05:00
fuzz_shapetracker.py minor improvements (#2845) 2023-12-18 22:09:08 -08:00
fuzz_shapetracker_math.py fix shapetracker math (#2861) 2023-12-19 22:17:34 -08:00
fuzz_symbolic.py Variable.num -> NumNode (#2354) 2023-11-18 15:45:52 -05:00
graph_batchnorm.py with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00