simit icon indicating copy to clipboard operation
simit copied to clipboard

Backslash operator, lu and chol solver builtins are not supported on GPUs

Open fredrikbk opened this issue 8 years ago • 0 comments

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.

fredrikbk avatar Aug 25 '16 19:08 fredrikbk