Skip to content

[SYCL][ESIMD] Mark ESIMD kernel callgraph with sycl_explicit_simd. #2096

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

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

kbobrovs
Copy link
Contributor

Traverse callgraph from ESIMD kernels and mark all functions
with sycl_explicit_simd along the way. ESIMD code generation depends
on presence of this attribute, which will be used to distinguish
normal from ESIMD code.

Author: Denis Bakhvalov [email protected].

Signed-off-by: Konstantin S Bobrovsky [email protected]

@kbobrovs
Copy link
Contributor Author

@DenisBakhvalov, please pick-up the review

@kbobrovs kbobrovs added the esimd Explicit SIMD feature label Jul 13, 2020
@DenisBakhvalov DenisBakhvalov force-pushed the esimd1-mark-esimd branch 2 times, most recently from 4fe80f4 to a5b7443 Compare July 14, 2020 18:35
Traverse callgraph from ESIMD kernels and mark all functions
with sycl_explicit_simd along the way. ESIMD code generation depends
on presence of this attribute, which will be used to distinguish
normal from ESIMD code.

Author: Denis Bakhvalov <[email protected]>.

Signed-off-by: Konstantin S Bobrovsky <[email protected]>
@kbobrovs
Copy link
Contributor Author

@bader, please take a look and merge if you are OK with the patch.

@bader bader merged commit 14fd363 into intel:sycl Jul 22, 2020
@kbobrovs kbobrovs deleted the esimd1-mark-esimd branch July 30, 2020 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
esimd Explicit SIMD feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants