| .. |
|
device
|
Support bfloat16 on NULL backend (#12340)
|
2025-09-30 00:02:30 -04:00 |
|
external
|
openpilot warp (#13283)
|
2025-11-14 13:55:32 -08:00 |
|
mockgpu
|
nv: support 580+ drivers (#13269)
|
2025-11-14 21:44:16 +08:00 |
|
models
|
add unique to const, fix longstanding bug (#12965)
|
2025-10-28 15:11:37 +08:00 |
|
opt
|
process_replay uses opts argument for KernelInfo.opts_to_apply (#12946)
|
2025-10-28 09:00:28 +01:00 |
|
speed
|
ops_gpu -> ops_cl (#12103)
|
2025-09-10 15:15:48 -04:00 |
|
testextra
|
feat: mixins on tiles (#13246)
|
2025-11-13 16:52:52 -08:00 |
|
unit
|
autogen: fix packed args structs (#13274)
|
2025-11-14 20:24:06 +08:00 |
|
web
|
time viz (#10763)
|
2025-06-17 19:39:34 +03:00 |
|
__init__.py
|
All devices are equal! (#196)
|
2020-12-15 23:44:08 -08:00 |
|
Dockerfile
|
new cloud is cloudy [pr] (#7631)
|
2024-11-11 20:18:04 +08:00 |
|
helpers.py
|
remove trivial use of RANGEIFY flag (#12550)
|
2025-10-09 02:29:38 -04:00 |
|
test_arange.py
|
clean up old tests (#12708)
|
2025-10-15 17:53:17 -04:00 |
|
test_assign.py
|
remove assign contiguous hack (#12659)
|
2025-10-14 16:42:14 +08:00 |
|
test_compile_failures.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_const_folding.py
|
shared_codegen_spec and fix index spec (#12967)
|
2025-10-29 09:14:11 +01:00 |
|
test_custom_kernel.py
|
test custom eye function (#13134)
|
2025-11-06 14:51:55 -05:00 |
|
test_dtype.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_dtype_alu.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_edgecases.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_fusion_op.py
|
Cleanup const buffers (#12829)
|
2025-10-21 14:53:49 +02:00 |
|
test_gc.py
|
s/lb_refcount/uop_refcount [pr] (#10865)
|
2025-06-18 21:48:04 +03:00 |
|
test_graph.py
|
hcq: cpu can be graphed (#11474)
|
2025-08-02 21:01:19 +03:00 |
|
test_image_dtype.py
|
Cleanup const buffers (#12829)
|
2025-10-21 14:53:49 +02:00 |
|
test_interop.py
|
hotfix: interop example (#9237)
|
2025-02-25 10:32:00 +03:00 |
|
test_jit.py
|
remove RANGEIFY flag [pr] (#12577)
|
2025-10-09 21:52:54 -04:00 |
|
test_jit_cases.py
|
enumerate cases of Tensors in the JIT (#10548)
|
2025-05-28 11:51:27 -07:00 |
|
test_kernel_cache.py
|
make method_cache account for compiler (#12156)
|
2025-09-13 17:00:11 +03:00 |
|
test_linearizer.py
|
tests for cast there and back (#13195)
|
2025-11-14 16:56:09 -08:00 |
|
test_linearizer_dumb.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_linearizer_failures.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_memory_planner.py
|
memplan: fix large buffers planning (#11878)
|
2025-08-27 23:54:27 +03:00 |
|
test_method_cache.py
|
make method_cache account for compiler (#12156)
|
2025-09-13 17:00:11 +03:00 |
|
test_multitensor.py
|
fix issue with multi flip (#13115)
|
2025-11-05 15:28:50 -08:00 |
|
test_nn.py
|
remove FUSE_ARANGE (#12511)
|
2025-10-08 04:54:07 -04:00 |
|
test_ops.py
|
fix test warnings (#13114)
|
2025-11-05 15:06:29 -08:00 |
|
test_opt_gemm.py
|
delete more tests (#12043)
|
2025-09-05 15:31:30 -07:00 |
|
test_optim.py
|
use torch 2.9 and its Muon in test (#12773)
|
2025-10-21 13:35:17 -04:00 |
|
test_opts.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_outerworld.py
|
TestOuterworldReduce works (#12608)
|
2025-10-10 20:06:41 +08:00 |
|
test_outerworld_range.py
|
remove dtype from range, it will be dtypes.index soon [pr] (#11914)
|
2025-08-29 09:52:07 -07:00 |
|
test_pickle.py
|
rangeify: update test_pickle asserts (#12366)
|
2025-09-30 13:27:41 +03:00 |
|
test_profiler.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_quantize_onnx.py
|
delete DONT_REALIZE_EXPAND and DONT_GROUP_REDUCES (#12744)
|
2025-10-16 14:11:33 -04:00 |
|
test_randomness.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_rangeify.py
|
fix indexing bug with convs
|
2025-11-07 16:45:19 -08:00 |
|
test_remote.py
|
skip more multi remote tests (#12410)
|
2025-10-02 04:50:46 +03:00 |
|
test_renderer_failures.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_schedule.py
|
fix indexing bug with convs
|
2025-11-07 16:45:19 -08:00 |
|
test_setitem.py
|
remove UOp.st (#12716)
|
2025-10-16 14:44:09 +08:00 |
|
test_softmax_fusion.py
|
fuse hasn't worked since rangeify, remove it (#13057)
|
2025-11-02 14:01:52 +08:00 |
|
test_stunning.py
|
remove FUSE_ARANGE (#12511)
|
2025-10-08 04:54:07 -04:00 |
|
test_subbuffer.py
|
redundant code (#11014)
|
2025-06-29 09:06:10 -07:00 |
|
test_symbolic_jit.py
|
remove trivial use of RANGEIFY flag (#12550)
|
2025-10-09 02:29:38 -04:00 |
|
test_symbolic_ops.py
|
update test_conv2d_ceildiv_edge_case (#12779)
|
2025-10-18 16:43:32 -04:00 |
|
test_tensor.py
|
Fix tracemeta 0 (#13049)
|
2025-11-13 09:07:11 -08:00 |
|
test_tensor_uop.py
|
new linearizer with early endrange (#12823)
|
2025-10-21 17:37:48 +08:00 |
|
test_tensor_variable.py
|
remove UOp.st (#12716)
|
2025-10-16 14:44:09 +08:00 |
|
test_tiny.py
|
test_tiny cleanup (#13276)
|
2025-11-14 11:11:32 -05:00 |
|
test_to_numpy.py
|
Apply ruff linting rules to tests (#2473)
|
2023-11-27 21:24:06 -08:00 |
|
test_transcendental.py
|
Mesa NIR backend (NAK/LLVMpipe) (#12089)
|
2025-10-15 17:38:33 +08:00 |
|
test_uop_graph.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_uops.py
|
move mixins to mixin dir (#13105)
|
2025-11-05 10:18:33 -08:00 |
|
test_uops_stats.py
|
add loads at the end (#12988)
|
2025-10-30 10:42:19 +08:00 |
|
test_vmap.py
|
add (unused) outer range (#13285)
|
2025-11-14 16:47:52 -08:00 |
|
test_zero_copy.py
|
unify cpu and llvm (#11982)
|
2025-09-09 13:54:44 +03:00 |