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

GPU floating point operations in dfcc implementation #1

Closed
ankit7540 opened this issue Mar 8, 2017 · 2 comments
Closed

GPU floating point operations in dfcc implementation #1

ankit7540 opened this issue Mar 8, 2017 · 2 comments

Comments

@ankit7540
Copy link

ankit7540 commented Mar 8, 2017

Hello.
I am thinking of purchasing a GPU for specifically using the df-cc using psi4 . Now for choosing an appropriate GPU I need to know :
i) In the present implementation has mathematical operations in FP32 or FP64.
ii) Can we choose to use FP32 for calculations.

Any specific suggestions for choosing a GPU. Thank you for doing a nice job for GPU accelerated code.

@edeprince3
Copy link
Owner

At this time, this code uses double precision throughout, and there is no option for single precision.

I have done most testing on NVIDIA Tesla K40c (Kepler). Performance on GP100 (Pascal) is a few times better than on K40c, but I haven't thoroughly tested that architecture.

@ankit7540
Copy link
Author

Thank you for the clarification. :-)

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

2 participants