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

Add sharded_jit translation rule. #3099

Merged
merged 1 commit into from May 18, 2020
Merged

Conversation

skye
Copy link
Collaborator

@skye skye commented May 14, 2020

This is potentially dangerous, because it lets sharded_jit() be called
inside other calls primitives (e.g. jit, pmap) which isn't supported
yet. I'm adding it now because I'm planning to implement
pmap-of-sharded_jit soon, and it will help with testing a set_sharding
API I'm also planning to add soon.

This is potentially dangerous, because it lets sharded_jit() be called
inside other calls primitives (e.g. jit, pmap) which isn't supported
yet. I'm adding it now because I'm planning to implement
pmap-of-sharded_jit soon, and it will help with testing a set_sharding
API I'm also planning to add soon.
Copy link
Member

@hawkinsp hawkinsp left a comment

Choose a reason for hiding this comment

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

Seems reasonable on a quick read.

@skye skye merged commit ed0e227 into google:master May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants