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/bool cast #303

Merged
merged 5 commits into from
Nov 26, 2024
Merged

Fix/bool cast #303

merged 5 commits into from
Nov 26, 2024

Conversation

wingertge
Copy link
Contributor

Fixes the boolean casting in SPIR-V to match other backends in treating all non-zero values as true, instead of just 1.
Fixes plane_all and plane_any on SPIR-V by unrolling vectorized values, since the SPIR-V instruction only supports scalar output.
Fixes various test failures resulting from other changes.

Copy link
Member

@nathanielsimard nathanielsimard left a comment

Choose a reason for hiding this comment

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

LGTM

@nathanielsimard
Copy link
Member

@wingertge After fixing the merge conflicts we can merge!

@nathanielsimard nathanielsimard merged commit e794e7b into tracel-ai:main Nov 26, 2024
5 checks passed
@wingertge wingertge deleted the fix/bool-cast branch November 26, 2024 19:29
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