Francis Lam

Results 17 issues of Francis Lam

Instead of using UROOT_CMDS too specify the packages to include use UROOT_TEMPLATE=minimal or all, etc.

This is a draft PR pending the resolution of the Trinary vs Ternary naming as well as the broadcasting code refactoring. Closes #1154 and #942

In addition to div, any ops that will generate non-zero outputs from zero inputs need to be guarded. Closes #1221

As per a TODO in `qubes-init`, it might be nice to be able to allow encrypted boot partitions. Should be straight-forward to detect and unlock, but there could potentially be...

also clean up some examples to use __main__ and not initialize resources outside of main This limits the amount of memory leaked in the child processes. For very large kernels,...

@patosai please take a look `test_failure_26` in `test/test_linearizer_failures.py`: https://github.com/tinygrad/tinygrad/blob/455f7bea9b675df49ef8d158a98b68e5eb0e9fad/test/test_linearizer_failures.py#L196. It might be related to the same issue as before as this kernel also had the same issue resolved the `test_failure_25`....

@chenyuxyz for addition to #3805. The HSA transfer hang can be repro'd using the following branches. It should hang within 10 seconds every 3-4th run or so, if not cancel,...

previously it was incorrectly aliasing 16 into the size 8 upcast on the store alias. now it splits it properly into 8 and the remaining 2 into the correct local...

only for testing

not the highest possible performance, but adequate for most usage TODO: will add testing to show performance before and after