Skip to content

Rename backend.compile to backend.compile_and_load. #28936

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

Merged
merged 1 commit into from
May 23, 2025

Conversation

copybara-service[bot]
Copy link

Rename backend.compile to backend.compile_and_load.

Part of a larger refactor. Today, compile returns a loaded executable i.e., fuses the compile and load functions. Eventually, compile should return an unloaded executable and load should return a loaded exectuable; the default jit path will still return a loaded executable.

@copybara-service copybara-service bot force-pushed the test_761951858 branch 5 times, most recently from 10c30ed to e6839ae Compare May 23, 2025 16:22
Part of a larger refactor. Today, `compile` returns a loaded executable i.e., fuses the compile and load functions. Eventually, `compile` should return an unloaded executable and `load` should return a loaded exectuable; the default jit path will still return a loaded executable.

PiperOrigin-RevId: 762457830
@copybara-service copybara-service bot merged commit 9928409 into main May 23, 2025
@copybara-service copybara-service bot deleted the test_761951858 branch May 23, 2025 16:37
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