tinygrad/test/external
2025-06-20 15:22:28 -07:00
..
mlperf_bert delete SAVE_SCHEDULE=1 [pr] (#7087) 2024-10-16 07:13:20 +03:00
mlperf_resnet PolynomialDecayWithWarmup + tests (#3649) 2024-03-07 18:53:36 -05:00
mlperf_retinanet RetinaNet losses (#9536) 2025-03-21 15:52:54 -04:00
mlperf_unet3d [MLPerf] UNet3D dataloader (#4343) 2024-04-28 22:34:18 -04:00
openpilot fix failed threefry (#10646) 2025-06-05 17:17:42 -07:00
process_replay move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_benchmark_am.py clean: becnhmark -> benchmark (#10620) 2025-06-03 19:28:18 -07:00
external_benchmark_bert_matmuls.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
external_benchmark_bert_softmax.py update benchmark bert scripts with BS and ACC_DTYPE (#9826) 2025-04-10 02:06:02 -04:00
external_benchmark_disk_raw.py hotfix: add test/external/external_benchmark_disk_raw 2025-03-02 02:32:15 +00:00
external_benchmark_hcopt.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_benchmark_hip_compile.py hip compile speed (#2606) 2023-12-04 13:47:40 -08:00
external_benchmark_keccak.py Tensor.keccak("sha3_256") (#7186) 2025-06-06 15:24:05 -07:00
external_benchmark_kernel_launch.py hotfix: GRAPH_ONE_KERNEL + fix timing 2025-02-06 17:52:20 +08:00
external_benchmark_load_stable_diffusion.py gate METAL_FAST_LOAD 2023-12-01 15:28:40 -08:00
external_benchmark_multitensor_allreduce.py add some options to allreduce bench (#9348) 2025-03-04 23:46:36 +03:00
external_benchmark_openpilot.py onnx parser (#10435) 2025-06-09 12:44:28 -04:00
external_benchmark_resnet.py delete SAVE_SCHEDULE=1 [pr] (#7087) 2024-10-16 07:13:20 +03:00
external_benchmark_schedule.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_benchmark_sdxl_softmax.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_cl_half_max.py use default dict for external_model_benchmark (#2592) 2023-12-03 15:25:43 -08:00
external_debug_metal_sd_conv.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_fuzz_am_interrupts.py am: recover from any boot interrupt (#8703) 2025-01-21 22:22:23 +03:00
external_fuzz_ampt.py fix: contigous -> contiguous (#10868) 2025-06-18 13:09:51 -07:00
external_fuzz_hcq_signals.py hcqfuzz: init (#10049) 2025-04-25 23:19:21 +03:00
external_fuzz_tlsf.py hcqfuzz: init (#10049) 2025-04-25 23:19:21 +03:00
external_gpu_fail_osx.py new openpilot compile (#6573) 2024-09-18 14:22:50 +08:00
external_hip_compiler_bug.py CompiledASTRunner -> CompiledRunner (#4148) 2024-04-11 08:49:52 -07:00
external_jit_failure.py fix jit realize issue (#3258) 2024-01-26 18:27:35 -08:00
external_llama_eval.py remove Tensor.no_grad, it's meaningless now [pr] (#10556) 2025-05-28 22:20:02 -07:00
external_metal_compile_fail.py Use MTLCompiler directly (v2) (#7920) 2024-12-04 16:36:48 +08:00
external_model_benchmark.py onnx parser (#10435) 2025-06-09 12:44:28 -04:00
external_multi_gpu.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
external_osx_profiling.py move dtypes to dtype.py (#2964) 2024-01-01 14:58:48 -08:00
external_test_am.py am: check va is aligned to page size (#10815) 2025-06-15 22:51:09 +03:00
external_test_amd.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
external_test_datasets.py move high level stuff to unit tests [pr] (#10708) 2025-06-08 14:05:56 -07:00
external_test_embedding.py make embedding and GPT-2 fast (#1631) 2023-08-22 15:14:38 -07:00
external_test_example.py refactor: ops_cloud -> ops_remote [pr] (#10166) 2025-05-05 15:59:51 -07:00
external_test_hcq.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
external_test_hcq_fuzz_failures.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_test_hip_compile.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_test_hsa_driver.py Rename tinygrad/runtime/driver to support (#5413) 2024-07-12 11:06:42 -07:00
external_test_image.py remove Tensor.no_grad, it's meaningless now [pr] (#10556) 2025-05-28 22:20:02 -07:00
external_test_jit_on_models.py Pulled CLIP and UNet into Seperate Files (#5253) 2024-07-01 22:33:01 -04:00
external_test_keccak.py Tensor.keccak("sha3_256") (#7186) 2025-06-06 15:24:05 -07:00
external_test_llama3_ff.py work to make GEMV fast (#5824) 2024-07-30 17:41:40 -07:00
external_test_lm_head.py isolate the 134ms kernel in train_gpt2.py (#4773) 2024-05-29 17:26:24 -04:00
external_test_losses.py RetinaNet losses (#9536) 2025-03-21 15:52:54 -04:00
external_test_mamba.py external that test 2024-03-29 19:35:50 -07:00
external_test_metrics.py Convert BinaryOps.DIV to UnaryOps.RECIP and BinaryOps.IDIV (#4887) 2024-06-14 02:43:46 -07:00
external_test_mnist_data_select.py add quick external data select test 2024-03-02 05:38:32 -08:00
external_test_nv.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_test_onnx_backend.py CI flakiness (#10851) 2025-06-17 14:46:30 -07:00
external_test_onnx_ops.py move test over (#10508) 2025-05-25 21:51:51 -04:00
external_test_opt.py remove PUSH_PERMUTES from external_test_opt (#7232) 2024-10-23 00:11:34 -04:00
external_test_optim.py improve test_dropout_on_shard (#4912) 2024-06-11 11:36:02 -04:00
external_test_speed_llama.py Make dev a property of Allocator (#10286) 2025-05-13 17:01:01 -07:00
external_test_speed_theoretical.py test flops (and allow wide ALU in UOps) [run_process_replay] (#5749) 2024-07-26 21:07:28 -07:00
external_test_tlsf.py AM driver (#6923) 2024-12-31 23:06:17 +03:00
external_test_train_gpt2.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_test_usb_asm24.py usbgpu: 10 steps in benchmark to hit cache (#10273) 2025-05-13 17:06:50 +03:00
external_test_valid_remove.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
external_test_whisper_librispeech.py names shadowing builtins (#5179) 2024-06-27 08:15:01 -04:00
external_test_yolo.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
external_test_yolov8.py More yolo processing in tinygrad (#9928) 2025-04-24 16:21:46 -04:00
external_uop_gc.py switch get_kernel -> get_program [pr] (#10817) 2025-06-15 12:26:50 -07:00
fuzz_fast_idiv.py move files into uop dir (#10399) 2025-05-18 11:38:28 -07:00
fuzz_graph.py rename lazydata to uop (#10698) 2025-06-08 08:42:22 -07:00
fuzz_kfd.py unify to HWQueue [pr] (#7812) 2024-11-21 10:33:08 +08:00
fuzz_linearizer.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
fuzz_shape_ops.py move fuzz_shape_ops to run with other fuzzer (#10767) 2025-06-10 17:43:04 -04:00
fuzz_shapetracker.py [bounty] Stride is flip (#8792) 2025-01-31 11:34:10 +09:00
fuzz_shapetracker_math.py more typing cleanups [pr] (#8376) 2024-12-22 05:21:03 -05:00
fuzz_shapetracker_size.py limit real_size to the size of first View of ShapeTracker (#8628) 2025-01-16 16:27:39 -05:00
fuzz_symbolic.py [bounty] Z3 symbolic fuzzer [pr] (#10514) 2025-05-28 16:28:37 -04:00
graph_batchnorm.py with Tensor.train() (#1935) 2023-09-28 18:02:31 -07:00
speed_beam_v_hcopt.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
speed_compare_amd_am.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
speed_compare_cuda_nv.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
speed_compare_cuda_ptx.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00
speed_v_theoretical.py lower test_gemm_8192 on red (#10883) 2025-06-19 10:01:25 -04:00
verify_kernel.py move kernel to opt (#10899) 2025-06-20 15:22:28 -07:00