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

Initial commit for jax.experimental.compute_on API. #21249

Merged
merged 1 commit into from
May 17, 2024

Conversation

copybara-service[bot]
Copy link

Initial commit for jax.experimental.compute_on API.

The current supported values for compute type is device_host, device. device_sparse will be allowed in follow up CL. Using device_host means that the device's PJRT client will be orchestrating the execution of the computation on the host.

cpu as a compute_type is reserved for pure CPU only computations without a device's pjrt client orchestrating the computation.

@copybara-service copybara-service bot force-pushed the test_633384482 branch 3 times, most recently from 926e04a to 82023be Compare May 17, 2024 21:50
The current supported values for compute type is `device_host`, `device`. `device_sparse` will be allowed in follow up CL. Using `device_host` means that the device's PJRT client will be orchestrating the execution of the computation on the host.

`cpu` as a compute_type is reserved for pure CPU only computations without a device's pjrt client orchestrating the computation.

PiperOrigin-RevId: 634909918
@copybara-service copybara-service bot merged commit 2d6d408 into main May 17, 2024
@copybara-service copybara-service bot deleted the test_633384482 branch May 17, 2024 22:59
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.

None yet

1 participant