You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move getMakeTensorPtrOp func to Triton/IR/Utility.h (#6755)
To fix the problem:
```bash
In file included from /runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/include/triton/Dialect/TritonGPU/IR/Dialect.h:12,
from /runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/include/triton/Analysis/Utility.h:8,
from /runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/lib/Dialect/Triton/Transforms/RewriteTensorPointer.cpp:9:
/runner/_work/intel-xpu-backend-for-triton/intel-xpu-backend-for-triton/include/triton/Dialect/TritonGPU/IR/Types.h:12:10: fatal error: triton/Dialect/TritonGPU/IR/TypeInterfaces.h.inc: No such file or directory
12 | #include "triton/Dialect/TritonGPU/IR/TypeInterfaces.h.inc"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
Signed-off-by: Anatoly Myachev <[email protected]>
0 commit comments