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

Directly call GpuExecutable::ExecuteThunks rather than RunAsync. This allows us to take a vector<ShapeTree<pair<raw_buffer, is_donated_bool>>> and return ShapeTree<raw_buffer> and handle aliasing properly for aliased types. #23045

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Feb 24, 2025

Directly call GpuExecutable::ExecuteThunks rather than RunAsync. This allows us to take a vector<ShapeTree<pair<raw_buffer, is_donated_bool>>> and return ShapeTree<raw_buffer> and handle aliasing properly for aliased types.

@copybara-service copybara-service bot changed the title Directly call GpuExecutable::ExecuteThunks rather than ExecuteAsync. This allows us to take a vector<ShapeTree<pair<raw_buffer, is_donated_bool>>> and return ShapeTree<raw_buffer> and handle aliasing properly for aliased types. Directly call GpuExecutable::ExecuteThunks rather than RunAsync. This allows us to take a vector<ShapeTree<pair<raw_buffer, is_donated_bool>>> and return ShapeTree<raw_buffer> and handle aliasing properly for aliased types. Feb 24, 2025
@copybara-service copybara-service bot force-pushed the test_729703857 branch 2 times, most recently from 8fcd8e3 to 5c3e9b6 Compare February 25, 2025 00:17
… allows us to take a vector<ShapeTree<pair<raw_buffer, is_donated_bool>>> and return ShapeTree<raw_buffer> and handle aliasing properly for aliased types.

PiperOrigin-RevId: 729703857
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