Skip to content

This is a CUDA kernel repository that provides spherical harmonics

Notifications You must be signed in to change notification settings

k50112113/CUDA_Spherical_Harmonics_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CUDA_Spherical_Harmonics_kernel

This is a CUDA kernel repository that provides spherical harmonics, which outputs the identical results as Boost package:

boost::math::spherical_harmonic_r(n, m, theta, phi);
boost::math::spherical_harmonic_i(n, m, theta, phi);

Reference

https://github.com/NVIDIA/torch-harmonics
Schaeffer, N.; Efficient spherical harmonic transforms aimed at pseudospectral numerical simulations, G3: Geochemistry, Geophysics, Geosystems.

About

This is a CUDA kernel repository that provides spherical harmonics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages