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

[ESIMD] Restore the lowering of lsc_load_stateless in sycl-post-link #13104

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

v-klochkov
Copy link
Contributor

@v-klochkov v-klochkov commented Mar 22, 2024

Even though the fresh ESIMD headers do not use 'lsc_load_stateless()` intrinsic, the static libraries compiled by an old compiler may still have the calls of 'lsc_load_stateless' in them.

The patch #12935 caused regressions in some MKL tests.
This patch here restores the lowering of lsc_load_stateless for sycl-post-link backward compatibility.

Even though the fresh ESIMD headers do not use 'lsc_load_stateless()`
intrinsic, the static libraries compiled by an old compiler may still
have the calls of 'lsc_load_stateless' in them.

This patch restores the lowering of lsc_load_stateless for
sycl-post-link backward compatibility.

Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
@v-klochkov v-klochkov requested a review from a team as a code owner March 22, 2024 03:18
@sarnex sarnex merged commit ea7ba1b into intel:sycl Mar 22, 2024
14 checks passed
@v-klochkov v-klochkov deleted the esimd_mkl_lsc_load_stateless branch March 22, 2024 16:16
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.

2 participants