tinygrad/test/external
geohotstan 5ed630204b
Add ONNX to CI for other backends (#2069)
* some cleanup

* move continue back

* more more more

* added to CI

* try

* try intentionally break some tests

* wtf

* del True for test

* yay tests broke, now pls no break

* try AGAIN

* gahy

* lol

* try

* move over constant

* moved over MORE

* move shrink over

* trailing lines

* try CUDA CI

* try again

* boom

* oops

* improved comments

* try: disable some flags and disable CUDA

* try breaking tests

* traceback has too much info so add --tb=no

* revert forced CI failure

* add comments and del unused imports

* oooooooo using regular debug try enable tb

* intentionally break tests

* added tb back. Maybe not too verbose

* strip whitespcae

* missed something

* Shape op int32 -> int64

* oops missed something

* add some types

* get rid of crazy 1 liners in pad op

* actually test Split this time LOL

* strip that whitespace
2023-10-17 09:33:54 -07:00
..
dist fix test_collectives (#1934) 2023-09-28 11:02:22 -07:00
external_copy_benchmark.py add cache collector (#1595) 2023-08-28 19:59:55 -07:00
external_llama_eval.py move device to ops (#1646) 2023-08-23 08:30:17 -07:00
external_model_benchmark.py fix try except not catching fxn() in benchmark (#1783) 2023-09-06 07:36:43 -07:00
external_multi_gpu.py revert typo in external_multi_gpu.py (#1777) 2023-09-05 20:46:28 -07:00
external_osx_profiling.py adapting test/external/external_osx_profiling.py to the new code base (#2002) 2023-10-08 05:55:00 -07:00
external_test_allocator_on_models.py Fix up latest openpilot model (#1976) 2023-10-05 05:24:28 -07:00
external_test_embedding.py make embedding and GPT-2 fast (#1631) 2023-08-22 15:14:38 -07:00
external_test_gpu_ast.py KOPT is over, BEAM is upstream (#2071) 2023-10-16 09:46:03 -07:00
external_test_image.py fixes (#1893) 2023-09-22 07:20:27 +08:00
external_test_jit_on_models.py Fix up latest openpilot model (#1976) 2023-10-05 05:24:28 -07:00
external_test_onnx_backend.py Add ONNX to CI for other backends (#2069) 2023-10-17 09:33:54 -07:00
external_test_opt.py Disable logging in early compile2 and lower kernel counts (#2090) 2023-10-16 20:15:24 -07: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 codellama (#1702) 2023-09-02 08:45:12 -07:00
external_test_yolo.py test cleanups 2023-03-03 06:36:06 -08:00
external_test_yolov8.py [ready] Replacing os with pathlib (#1708) 2023-08-30 10:41:08 -07:00
fuzz_shapetracker.py Add Fuzz Test symbolic / shapetracker to CI. (#1278) 2023-07-19 09:05:45 -07:00
fuzz_symbolic.py symbolic stride (#1326) 2023-07-23 12:41:22 -07:00
graph_batchnorm.py with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00