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

<execution>: parallel scans should avoid passing output values to the binary (reduce) operation #4701

Merged
merged 18 commits into from
Aug 15, 2024

Conversation

Andor233
Copy link
Contributor

@Andor233 Andor233 commented May 30, 2024

Fix #3783

<execution>:
transform_inclusive_scan
transform_exclusive_scan
exclusive_scan
inclusive_scan
passes output values to the binary (reduce) operation with par policy

Add _STD to defend ADL, towards #140

<execution>:
transform_inclusive_scan
transform_exclusive_scan
exclusive_scan
inclusive_scan
passes output values to the binary (reduce) operation with par policy
@Andor233 Andor233 requested a review from a team as a code owner May 30, 2024 14:02
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej added the bug Something isn't working label May 30, 2024
@StephanTLavavej

This comment was marked as resolved.

@frederick-vs-ja

This comment was marked as resolved.

@Andor233 Andor233 changed the title Fix #3783 <execution>: scan series function passes output values to the binary (reduce) operation with par policy May 31, 2024
@Andor233

This comment was marked as resolved.

2. Use the _Intermediate_result Only when the intermediate type is different with output type
@StephanTLavavej

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej self-assigned this May 31, 2024
stl/inc/execution Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej changed the title <execution>: scan series function passes output values to the binary (reduce) operation with par policy <execution>: scan series function passes output values to the binary (reduce) operation with par policy Jun 14, 2024
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
@StephanTLavavej

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej changed the title <execution>: scan series function passes output values to the binary (reduce) operation with par policy <execution>: parallel scans should avoid passing output values to the binary (reduce) operation Aug 12, 2024
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
stl/inc/execution Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej self-assigned this Aug 15, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 041f584 into microsoft:main Aug 15, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

Thanks @Andor233 and @CaseyCarter for this superhero team-up fixing compiler errors! 🦸 🛠️ 😻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

<numeric>: transform_inclusive_scan passes output values to the binary (reduce) operation
4 participants