Add NVGPU Depends to TritonGPU#2270
Conversation
|
I don't think we should have this dependency in a first place. I sent a PR to remove the dependency: |
|
Hello @ThomasRaoux, Thanks for your help! |
:( How about with this one: |
|
Hi @ThomasRaoux , Unluckily, the Besides, I found that |
ok, looks like there area lot of layering problems to untangle :( |
|
Hi @ptillet @ThomasRaoux , Currently, I am still having a problem with building intel-xpu-backend, but I think that problem is on intel-xpu-backend side. I will submit an issue/PR if there are further updates for help. |
NVGPU dialect is part of the TritonGPU IR and the
TritonGPU/IR/Dialect.cppincludes some NVGPU dialect files as follows.So it makes sense to ensure the
TritonGPUIRdepends onNVGPUexplicitly just like this PR does.In addition, it might trigger a compilation dependency issue as follows w/o this PR if another backend intends to integrate at the TritonGPU IR level.
cc @EikanWang @chengjunlu