Skip to content
New issue

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

Adapt tools/test_aot.py for Windows #3611

Open
anmyachev opened this issue Mar 4, 2025 · 0 comments
Open

Adapt tools/test_aot.py for Windows #3611

anmyachev opened this issue Mar 4, 2025 · 0 comments

Comments

@anmyachev
Copy link
Contributor

This file uses the g++ compiler, which is not available on Windows. We should use cl.exe or 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%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants