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

[WIP][SYCL] Align stream handling with other classes #2268

Closed
wants to merge 1 commit into from

Conversation

Fznamznon
Copy link
Contributor

This change simplifies FE handling of stream class and makes it
identical to handling of accessor and sampler classes. Stream class is not
handled as wrapper struct for several accessors anymore and initialized
within __init method instead.

This is part of job about adding an attribute to annotate special sycl types
and unifying handling of sycl classes by FE. See #2091 (comment)
for the full idea.

This change simplifies FE handling of stream class and makes it
identical to handling of accessor and sampler. Stream class is not
handled as wrapper struct for several accessors and initialized
within __init method.
@Fznamznon Fznamznon marked this pull request as draft August 6, 2020 08:19
@Fznamznon Fznamznon changed the title [SYCL] Align stream handling with other classes [WIP][SYCL] Align stream handling with other classes Aug 6, 2020
@bader
Copy link
Contributor

bader commented Oct 14, 2020

@Fznamznon, what is plan for this PR? Are you going to commit this change?

@Fznamznon
Copy link
Contributor Author

@Fznamznon, what is plan for this PR? Are you going to commit this change?

I'm going to finish it once I have a chance to work on it.

Copy link
Contributor

@erichkeane erichkeane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems about right to me... What is currently not working?

@Fznamznon
Copy link
Contributor Author

This seems about right to me... What is currently not working?

This one is pretty old and needs rebase. I guess @zahiraam just decided to create a new PR for it.

@Fznamznon
Copy link
Contributor Author

Closing this PR in favor of #3646

@Fznamznon Fznamznon closed this Jun 1, 2021
jsji pushed a commit that referenced this pull request Jan 11, 2024
SPIRVEntry is created by function getEntry() but not deleted in a few
frame ending branches.

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@59f15de
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.

3 participants