tinygrad/test/external
cheeetoo a0965ee198
CI < 5 minutes (#1252)
* models matrix

* fix typo and install gpu deps

* install llvm deps if needed

* fix

* testops with cuda

* remove pip cache since not work

* cuda env

* install cuda deps

* maybe it will work now

* i can't read

* all tests in matrix

* trim down more

* opencl stuff in matrix

* opencl pip cache

* test split

* change cuda test exclusion

* test

* fix cuda maybe

* add models

* add more n=auto

* third thing

* fix bug

* cache pip more

* change name

* update tests

* try again cause why not

* balance

* try again...

* try apt cache for cuda

* try on gpu:

* try cuda again

* update packages step

* replace libz-dev with zlib1g-dev

* only cache cuda

* why error

* fix gpuocelot bug

* apt cache err

* apt cache to slow?

* opt and image in single runner

* add a couple n=autos

* remove test matrix

* try cuda apt cache again

* libz-dev -> zlib1g-dev

* remove -s since not supported by xdist

* the cache takes too long and doesn't work

* combine webgpu and metal tests

* combine imagenet to c and cpu tests

* torch tests with linters

* torch back by itself

* small windows clang test with torch tests

* fix a goofy windows bug

* im dumb

* bro

* clang with linters

* fix pylint error

* linter not work on windows

* try with clang again

* clang and imagenet?

* install deps

* fix

* fix quote

* clang by itself (windows too slow)

* env vars for imagenet

* cache pip for metal and webgpu tests

* try torch with metal and webgpu

* doesn't work, too long

* remove -v

* try -n=logical

* don't use logical

* revert accidental thing

* remove some prints unless CI

* fix print unless CI

* ignore speed tests for slow tests

* clang windows in matrix (ubuntu being tested in imagenet->c test)

* try manual pip cache

* fix windows pip cache path

* all manual pip cache

* fix pip cache dir for macos

* print_ci function in helpers

* CI as variable, no print_ci

* missed one

* cuda tests with docker image

* remove setup-python action for cuda

* python->python3?

* remove -s -v

* try fix pip cache

* maybe fix

* try to fix pip cache

* is this the path?

* maybe cache pip

* try again

* create wheels dir

* ?

* cuda pip deps in dockerfile

* disable pip cache for clang

* image from ghcr instead of docker hub

* why is clang like this

* fast deps

* try use different caches

* remove the fast thing

* try with lighter image

* remove setup python for cuda

* small docker and cuda fast deps

* ignore a few more tests

* cool docker thing (maybe)

* oops

* quotes

* fix docker command

* fix bug

* ignore train efficientnet test

* remove dockerfile (docker stuff takes too long)

* remove docker stuff and normal cuda

* oops

* ignore the tests for cuda

* does this work

* ignore test_train on slow backends

* add space

* llvm ignore same tests as cuda

* nvm

* ignore lr scheduler tests

* get some stats

* fix ignore bug

* remove extra '

* remove and

* ignore test for llvm

* change ignored tests and durationon all backends

* fix

* and -> or

* ignore some more cuda tests

* finally?

* does this fix it

* remove durations=0

* add some more tests to llvm

* make last pytest more readable

* fix

* don't train efficientnet on cpu

* try w/out pip cache

* pip cache seems to be generally better

* pytest file markers

* try apt fast for cuda

* use quick install for apt-fast

* apt-fast not worth

* apt-get to apt

* fix typo

* suppress warnings

* register markers

* disable debug on fuzz tests

* change marker names

* apt update and apt install in one command

* update marker names in test.yml

* webgpu pytest marker
2023-07-23 13:00:56 -07:00
..
external_copy_benchmark.py good changes from the M1 Tensor Core project (#730) 2023-03-29 05:11:02 +04:00
external_hlb_cifar.py Fix naming conflict with huggingface datasets (#1161) 2023-07-07 10:43:44 -07:00
external_metal_uaf.py fix metal uaf (#964) 2023-06-09 21:28:06 -07:00
external_multi_gpu.py helpers.py: improved test coverage + exception handling (#1165) 2023-07-07 10:26:05 -07:00
external_osx_profiling.py multi cl_queue (#762) 2023-05-03 12:15:28 -07:00
external_test_gpu_ast.py move to shapetracker.py 2023-03-11 07:50:07 -08:00
external_test_image.py Add RDNA3 assembler UOps.CAST partial support + other fixes/improvements (#1012) 2023-06-20 11:34:10 -07:00
external_test_llvm.py fix up external tests 2023-03-06 06:52:28 -08:00
external_test_onnx_backend.py exclude a few more onnx tests 2023-06-19 08:51:29 -07:00
external_test_opt.py Revert "Match Torch speed for sum reduction on M1 (#1187)" (#1286) 2023-07-19 13:39:16 -07:00
external_test_optim.py Add LAMB optimizer (#821) 2023-05-28 15:09:05 -07:00
external_test_speed_llama.py refactor: print formatting for llama timing (#1050) 2023-06-26 09:49:31 -07:00
external_test_yolo.py test cleanups 2023-03-03 06:36:06 -08:00
external_test_yolov8.py CI < 5 minutes (#1252) 2023-07-23 13:00:56 -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 Refactor nn.optim (#1091) 2023-07-02 15:07:30 -07:00