m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs

Home Page:http://www.ilgpu.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMath.Pow() only work on CPU

wzhou-grid opened this issue · comments

The XMath.Pow() only works on CPU. Will there be a GPU version? Thanks.

Hi @wzhou-grid and welcome to the ILGPU community. Did you enable the algorithms library via builder.EnableAlgorithms() to enable XMath support?

Sorry I didn't. After enabling the algorithms library, it works now. Thank you very much for the quick response.

Closing this issue for now, thanks for letting us know that the problem could be resolved.