ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
384 stars 86 forks source link

create the context for each intel device. #1593

Closed yhmtsai closed 2 months ago

yhmtsai commented 2 months ago

We get -999 Unknown PI error on the dgpu. The issue will occur after second level_zero gpus. Although dgpu environment only see one, it might be considered as the second one physically. From this https://github.com/intel/llvm/issues/10982, creating context manually should solve the issue.

TODO: