cloud11665

Results 59 comments of cloud11665

only tests failing in test_ops are: test/test_ops.py::TestOps::test_slice_negative_strides test/test_ops.py::TestOps::test_strided_conv_transpose2d

tests: FAILED test/test_ops.py::TestOps::test_broadcast_full FAILED test/test_ops.py::TestOps::test_output_padded_conv_transpose2d FAILED test/test_ops.py::TestOps::test_pow FAILED test/test_ops.py::TestOps::test_slice_negative_strides FAILED test/test_ops.py::TestOps::test_sqrt FAILED test/test_ops.py::TestOps::test_slice_stride_gt_one FAILED test/test_ops.py::TestOps::test_sin FAILED test/test_ops.py::TestOps::test_std FAILED test/test_ops.py::TestOps::test_strided_conv1d_simple FAILED test/test_ops.py::TestOps::test_strided_conv2d_simple FAILED test/test_ops.py::TestOps::test_strided_conv_transpose2d FAILED test/test_ops.py::TestOps::test_cos FAILED test/test_ops.py::TestOps::test_pow_const FAILED test/test_ops.py::TestOps::test_broadcast_partial FAILED...

I'm currently fuzzing strided access, as that's the only bug left

also have to add fp16 support, as it's not implemented yet in the emulator yet. I may upstream it, but I don't know yet.

my best guess is that it's due to emulation and opencl tests are jit compiled

yea, this is way too slow...

I think I'll have to die on that hill (gpuocelot)... Other alternatives do not exist (not using self-hosted runners*) - [CU2CL](https://github.com/vtsynergy/CU2CL) - couldn't get it to compiler - [ZLUDA](https://github.com/vosen/ZLUDA) -...

Interesting that it fails...

> seems like some workflows got stuck? > > https://github.com/geohot/tinygrad/actions?query=is%3Ain_progress yea, I'll have to investigate, thought the earliest one will die in approx. 15 min (6h timeout)

funnily enough, you can't run tests with a merge conflict. weird