mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* move everything to code_for_op to reason about it * loop the loopable parts * its not that unreadable * these are loopable too * nitpick * tests p1 - replace these with the actual compiler running alu ops tests * tests p2: compile test_dtype_alu in HIP! +add to CI * nobody liked test_renderer * revert test_dtypes change * isolated mockhip tests * dont need the WHERE hack after #2782 +ruff * bf16 is broken in HIP job failed in: https://github.com/tinygrad/tinygrad/actions/runs/7232101987/job/19705951290?pr=2778#step:8:73 * picking this back up * add compile tests for unary ops and binary ops * MOD is only in ints * CMPLT wont work after the dtypes pr is merged because it will always be bool * test all combinations * Update cstyle.py * don't use vload * no getenv * set seed --------- Co-authored-by: qazal <qazal.software@gmail.com> Co-authored-by: qazal <77887910+Qazalin@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| external_benchmark_hip_compile.py | ||
| external_benchmark_load_stable_diffusion.py | ||
| external_cl_half_max.py | ||
| external_llama_eval.py | ||
| external_model_benchmark.py | ||
| external_multi_gpu.py | ||
| external_osx_profiling.py | ||
| external_test_dist_collectives.py | ||
| external_test_dist_world.py | ||
| external_test_embedding.py | ||
| external_test_example.py | ||
| external_test_image.py | ||
| external_test_jit_on_models.py | ||
| external_test_onnx_backend.py | ||
| external_test_opt.py | ||
| external_test_optim.py | ||
| external_test_speed_llama.py | ||
| external_test_uops_graphing.py | ||
| external_test_whisper_librispeech.py | ||
| external_test_yolo.py | ||
| external_test_yolov8.py | ||
| fuzz_linearizer.py | ||
| fuzz_shapetracker.py | ||
| fuzz_shapetracker_math.py | ||
| fuzz_symbolic.py | ||
| graph_batchnorm.py | ||