Replies: 1 comment
-
XLA will fuse operations into a sequence of kernels for each |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After operation fusion is done, is every remaining operation computed with an individual kernel call, or is the whole jitted function computed into a single cuda kernel?
Beta Was this translation helpful? Give feedback.
All reactions