You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This generates code that is run to convert internal rows into something that the GPU can convert to a Table internally. At a minimum we should support retry for this (The part that copies data to the GPU and converts it to a Table). Ideally we could support splitAndRetry too, but that would require us to be able to split the CPU data and I don't know how simple that is to pull off.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This generates code that is run to convert internal rows into something that the GPU can convert to a Table internally. At a minimum we should support retry for this (The part that copies data to the GPU and converts it to a Table). Ideally we could support splitAndRetry too, but that would require us to be able to split the CPU data and I don't know how simple that is to pull off.
The text was updated successfully, but these errors were encountered: