Closed firestarman closed 2 weeks ago
In the method partitionBatches of GpuBatchSubPartitioner, it has a retry for the partitioning computation, but no retry for the table splitting operation. It would be better to also add retry support for the table splitting.
partitionBatches
GpuBatchSubPartitioner
In the method
partitionBatches
ofGpuBatchSubPartitioner
, it has a retry for the partitioning computation, but no retry for the table splitting operation. It would be better to also add retry support for the table splitting.