imported from comfy:
f1d6cef71c/cuda_malloc.py
original commits:
- 799c08a: Auto disable cuda malloc on some GPUs on windows.
- https://github.com/comfyanonymous/ComfyUI/commit/D39c58b: Disable cuda malloc on GTX 750 Ti.
- 85a8900: Disable cuda malloc on regular GTX 960.
- 30de083: Disable cuda malloc on all the 9xx series.
- 7c0a5a3: Disable cuda malloc on a bunch of quadro cards.
- 5a90d3c: GeForce MX110 + MX130 are maxwell.
- fc71cf6: Add some 800M gpus to cuda malloc blacklist.
- 861fd58: Add a warning if a card that doesn't support cuda malloc has it enabled.
- 192ca06: Add some more cards to the cuda malloc blacklist.
- caddef8: Auto disable cuda malloc on unsupported GPUs on Linux.
- 2f93b91: Add Tesla GPUs to cuda malloc blacklist.