Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved OpenCL IntrinsicMath implementations. #1185

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

MoFtZ
Copy link
Collaborator

@MoFtZ MoFtZ commented Apr 4, 2024

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.

@m4rs-mt m4rs-mt added this to the v2.0 milestone Apr 4, 2024
@m4rs-mt m4rs-mt added enhancement feature A new feature (or feature request) labels Apr 4, 2024
Copy link
Owner

@m4rs-mt m4rs-mt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch and great extension!

@MoFtZ MoFtZ merged commit 2a7db8a into m4rs-mt:master Apr 9, 2024
50 checks passed
@MoFtZ MoFtZ deleted the feature/xmath-opencl branch April 9, 2024 05:41
MoFtZ added a commit to MoFtZ/ILGPU that referenced this pull request Apr 18, 2024
MoFtZ added a commit to MoFtZ/ILGPU that referenced this pull request Apr 18, 2024
MoFtZ added a commit to MoFtZ/ILGPU that referenced this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature A new feature (or feature request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants