intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
143 stars 44 forks source link

[XPU][TritonIntelGPU] Fix issue in convert DotOp A layout to LinearLayout of DPAS. #2766

Closed chengjunlu closed 18 hours ago

chengjunlu commented 2 days ago

The code was using the old layout for DPAS operand A.

Update the code to the new layout which is supported by the OCL interface.