Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test, use bool tensor fix by default | brkirch | 2023-03-11 | 1 | -2/+1 |
| | | | | The test isn't working correctly on macOS 13.3 and the bool tensor fix for cumsum is currently always needed anyway, so enable the fix by default. | ||||
* | Remove unused code | brkirch | 2023-02-04 | 1 | -3/+0 |
| | |||||
* | Refactor Mac specific code to a separate file | brkirch | 2023-02-01 | 1 | -0/+56 |
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS. |