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.
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: