Skip to content

Add spirv patch for split barrier support #330

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
Feb 25, 2022
Merged

Add spirv patch for split barrier support #330

merged 1 commit into from
Feb 25, 2022

Conversation

fzou1
Copy link
Contributor

@fzou1 fzou1 commented Feb 25, 2022

No description provided.

@fzou1 fzou1 requested review from cdai2, haonanya and wenju-he February 25, 2022 05:54
*hasResultType = false;
break;
+ case SpvOpControlBarrierArriveINTEL: *hasResult = false; *hasResultType = false; break;
+ case SpvOpControlBarrierWaitINTEL: *hasResult = false; *hasResultType = false; break;
Copy link
Contributor

Choose a reason for hiding this comment

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

is this clang-formatted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. Most of case statements are in one line, except the one in line 2078 ~ 2081. So I follow the code format in most of lines.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok

@fzou1 fzou1 merged commit 3dd3742 into intel:ocl-open-90 Feb 25, 2022
@fzou1 fzou1 deleted the split_barrier_9 branch February 25, 2022 08:02
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