We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/test_aot.py
This file uses the g++ compiler, which is not available on Windows. We should use cl.exe or icpx.
cl.exe
icpx
Test failures from https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/13647416806/job/38148755618:
tools\test_aot.py::test_compile_link_matmul_no_specialization FAILED [ 12%] tools\test_aot.py::test_compile_link_matmul FAILED [ 25%] tools\test_aot.py::test_launcher_has_no_available_kernel FAILED [ 37%] tools\test_aot.py::test_compile_link_autotune_matmul FAILED [ 50%]
The text was updated successfully, but these errors were encountered:
anmyachev
No branches or pull requests
This file uses the g++ compiler, which is not available on Windows. We should use
cl.exe
oricpx
.Test failures from https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/13647416806/job/38148755618:
The text was updated successfully, but these errors were encountered: