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

Allowing other argument types other thant WgpuArray types #12

Merged
merged 6 commits into from
Mar 7, 2024

Conversation

arhik
Copy link
Member

@arhik arhik commented Mar 6, 2024

fixes #11

Enables elementwise kernels to pass other types like Floats etc...

worked on clamp.jl as an example in op folder

arhik added 6 commits March 6, 2024 09:50
simplifying relu. Original will serve as a reference that workgroupDims etc... can be used
First elementwise kernel which was an example but decided to ship it as an `op` kernel.
@arhik arhik merged commit e9dfca5 into JuliaWGPU:main Mar 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allowing other parameters other than WgpuArrays in kernel functions
1 participant