simit
simit copied to clipboard
Backslash operator, lu and chol solver builtins are not supported on GPUs
These builtins use Eigen to factorize matrices and solve triangular systems, which does not support GPUs. We'd need to build a separate runtime system that uses some other library (which?) to provide these functions on GPUs.