Does ginkgo support that running on AMD GPU with dpcpp backend? #1623
Unanswered
AvailableCXGuo
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I'm not aware of anyone who has tried this before, so you are on novel ground here. Could you perhaps provide a stack trace for the segfault? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I am trying to run ginkgo on AMD GPU with dpcpp, since Intel dpcpp supports HIP now. But I got segment fault when I ran the example "simple solver" and fixed the exec in the .cpp with "const auto exec = gko::DpcppExecutor::create(0, gko::OmpExecutor::create(), "gpu");". I know that the dpcpp one can be run on CPUs. How about the GPUs?
Beta Was this translation helpful? Give feedback.
All reactions