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

[XPTI] Fix compilation failure of XPTI E2E tests with opt_use_cpu_dasan #16188

Closed
wants to merge 1 commit into from

Conversation

uditagarwal97
Copy link
Contributor

We recently enabled running sycl E2E tests with opt_use_cpu_dasan and all XPTI E2E tests failed with a "unused argument" compilation error (CMPLRTST-26115). This is because opt_use_cpu_dasan test config adds -Xarch_device -fsanitize=address to the compilation argument, but it is unused in XPTI tests when creating shared library and not compiling for SYCL.

This PR adds -Wno-unused-command-line-argument to fix compilation failures.

@uditagarwal97
Copy link
Contributor Author

After some internal discussion, I'm closing this in favor of changing our internal testing configuration to automatically add -Wno-unused-command-line-argument when testing with opt_use_cpu_dasan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant