circuitjs1
circuitjs1 copied to clipboard
Feature Request - Potential GPU Utilization?
There are some api's that run java code via the GPU (like aparapi). This can (probably) be useful for constructing large circuits with little lag.
For large analog circuits, the slowest part is the gaussian elimination, which (I heard) is not well suited for GPU's. For large digital circuits there's nothing that can be easily moved onto the GPU.
Also, the simulator requires double precision, which is not well supported on most GPU's. (We have enough issues with bad precision as it is.)
Oh well. Maybe it can be done on multiple CPU cores?