-
Hello, I am trying to wrap a shardmapped function def impl(*params, **kwargs):
out = sharded_impl(*params)
return out My goal is eventually to add some operations before and after. The first being a static with
How can I use |
Beta Was this translation helpful? Give feedback.
Answered by
mattjj
Jul 9, 2024
Replies: 1 comment
-
Let's discuss this on the bug thread #22356! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ASKabalan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's discuss this on the bug thread #22356!