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

Implement p-norm. #350

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Implement p-norm. #350

merged 1 commit into from
Jun 9, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Apr 28, 2021

Fixes JuliaGPU/CUDA.jl#84, supersedes so closes JuliaGPU/CUDA.jl#688.

@maleadt
Copy link
Member Author

maleadt commented Apr 28, 2021

This uses Base.power_by_squaring, which calls some incompatible throw methods. We can work around that though now that we have contextual dispatch. Looking into it...

@maleadt maleadt merged commit af1bbcf into master Jun 9, 2021
@bors bors bot deleted the tb/norm branch June 9, 2021 11:24
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.

Missing norm(x, p) kernel
1 participant