m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs
http://www.ilgpu.net
Other
1.35k stars 116 forks source link

Moved OpenCL IntrinsicMath implementations. #1185

Closed MoFtZ closed 5 months ago

MoFtZ commented 5 months ago

Extracted from #1148.

Currently, the Math functionality of OpenCL is missing an implementation for Rcp and Log(x,y). To add the missing functionality, it is necessary to call EnableAlgorithms, provided by ILGPU.Algorithms.

Moved the functionality into ILGPU, so that it is no longer necessary to call EnableAlgorithms.