eig - Is it possible to accelerate the computation using a GPU?

Réponse

Yes, you can enable GPU computation by setting the "enable" subparameter within the "gpu" parameter to TRUE. Note that if you specify the "groupBy" subparameter in the "table" parameter, the "gpu" parameter is ignored.
Did this answer help you?