FelixYBW commented on issue #8851: URL: https://github.com/apache/incubator-gluten/issues/8851#issuecomment-3034352087
The plan is to offload computation intensive stage to GPU cluster. Checklist: - [ ] Start hybird cluster (some node is CPU only, some node has GPU support, may have different executor.cores for CPU nodes and GPU node. 1 executor per GPU node. 1 or more executor per CPU node) - [ ] set stage's profile (task.cpus=executor.cores, executor.gpu=1) - [ ] schedule the GPU stage to GPU node -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
