Can I use cuBLAS directly in AMReX? (or are there alternatives?) #3603
Answered
by
WeiqunZhang
tony3601000
asked this question in
Q&A
-
Howdy everyone, I'm relatively new to AMReX. I want to implement a simple matrix-matrix multiplication function using cuBLAS within AMReX; however, I have concerns about memory management since this is usually done automatically with arenas. Otherwise, what alternatives are there for implementing GPU-accelerated matrix-matrix multiplication (using Nvidia GPUs in particular)? Thank you for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
WeiqunZhang
Oct 19, 2023
Replies: 1 comment
-
You should be able to use cuBLAS. As for memory management, you can replace
with
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tony3601000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use cuBLAS. As for memory management, you can replace
with