mengxr commented on issue #24374: [SPARK-27366][CORE] Support GPU Resources in 
Spark job scheduling
URL: https://github.com/apache/spark/pull/24374#issuecomment-483511101
 
 
   @jiangxb1987 I think we should reduce the scope of this PR:
   
   1. Remove auto-discovery script and executor interface.
   2. Do not consider `gpu` as a special hardcoded resource name.
   3. Use static conf `resource.accelerator_name.addresses` to load accelerator 
addresses and `resource.accelerator_name.count` as request.
   
   In this way, we can make this PR smaller and leave discovery and executor 
interface as follow-up work.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to