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

Fix warning when use implicit launch type. #6837

Merged
merged 5 commits into from
Jul 31, 2024

Conversation

python3kgae
Copy link
Contributor

By default, the launch type should be set to ‘Broadcast’ when diagnosing barriers. However, the current behavior sets the default launch type to ‘Invalid,’ resulting in warnings when the launch type is not explicitly specified as an attribute.

To address this issue, we’ll adjust the default setting to ‘Broadcast’ and thereby resolve the problem.

Fixes #6836

By default, the launch type should be set to ‘Broadcast’ when diagnosing barriers.
However, the current behavior sets the default launch type to ‘Invalid,’ resulting in warnings when the launch type is not explicitly specified as an attribute.

To address this issue, we’ll adjust the default setting to ‘Broadcast’ and thereby resolve the problem.
@python3kgae python3kgae requested a review from a team as a code owner July 30, 2024 17:55
…-errors.hlsl

Co-authored-by: Damyan Pepper <damyanp@microsoft.com>
@python3kgae python3kgae merged commit ef043e9 into microsoft:main Jul 31, 2024
12 checks passed
python3kgae added a commit that referenced this pull request Jul 31, 2024
By default, the launch type should be set to ‘Broadcast’ when diagnosing
barriers. However, the current behavior sets the default launch type to
‘Invalid,’ resulting in warnings when the launch type is not explicitly
specified as an attribute.

To address this issue, we’ll adjust the default setting to ‘Broadcast’
and thereby resolve the problem.

Fixes #6836

---------

Co-authored-by: Damyan Pepper <damyanp@microsoft.com>
(cherry picked from commit ef043e9)
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.

Got warning when use implicit launch type.
4 participants