aboutsummaryrefslogtreecommitdiff
path: root/modules/mac_specific.py
AgeCommit message (Collapse)Author
2023-03-11Remove test, use bool tensor fix by defaultbrkirch
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.
2023-02-04Remove unused codebrkirch
2023-02-01Refactor Mac specific code to a separate filebrkirch
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.