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

How to use cuda fast math functions in integrands of pagani? #9

Open
f1974939505 opened this issue Nov 8, 2024 · 0 comments
Open

Comments

@f1974939505
Copy link

f1974939505 commented Nov 8, 2024

My integrands may contain many basic functions, such as exp and sin. I want to replace them with Cuda fast math functions to speed up the integration. If I define the integrand on host device, Cuda fast math functions will not be available for them. However, if I define the integrand only on device, the integrand may not be available for Pagani.

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

No branches or pull requests

1 participant