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

[RELEASE] Promote version -> 0.6.0 #478

Merged
merged 1 commit into from
Dec 20, 2024
Merged

[RELEASE] Promote version -> 0.6.0 #478

merged 1 commit into from
Dec 20, 2024

Conversation

vadiklyutiy
Copy link
Collaborator

Promote version -> 0.6.0

@vadiklyutiy vadiklyutiy self-assigned this Dec 20, 2024
@vadiklyutiy vadiklyutiy merged commit 9c52942 into main Dec 20, 2024
3 of 12 checks passed
@vadiklyutiy vadiklyutiy deleted the vadim/ver-promotion branch December 20, 2024 16:34
vadiklyutiy added a commit that referenced this pull request Dec 26, 2024
Fix #478 

1. Add bound check for task mapping worker. It helps to support the correctness of task mapping.
2. Remove unnecessary `%` for the first dimension in calculation of index. It is unnecessary after 1.
3. Add additional optimization: if the bound check condition is true then avoid constructing the check.

Testing manually. Look into cases when a bound check was not optimized
directly on the pass. All of them are when we don't use `ThreadIdx`
directly in the worker. Nevertheless in cases that I looked into bound
check was deleted by the next passes.
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.

1 participant