Chester, you can specify arbitrary resources using the --resources flag to the slave and Mesos will share out the resources to frameworks, and then your framework can do as it pleases.
I'm not sure any changes are required in Mesos itself to support this, unless I'm missing something. -- Tom Arnfeld Developer // DueDil (+44) 7525940046 25 Christopher Street, London, EC2A 2BS On Mon, Jan 26, 2015 at 6:15 AM, Chester Kuo <chester....@gmail.com> wrote: > Hi All > I'd like to extend and add new feature into Mesos to support GPU > resource allocation, so we can put OpenCL application/framework on top > of Mesos and make it write once run across cluster. > Why choose OpenCL, due to it was widely supported by Intel , Nvidia, > AMD, Qualcomm GPGPU, so we may extended to have other framework (ex: > Spark) can try to utilize GPGPU computing resource. > Any Comments? > Chester