Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3AE6F10FDC for ; Mon, 26 Jan 2015 06:15:32 +0000 (UTC) Received: (qmail 34499 invoked by uid 500); 26 Jan 2015 06:15:32 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 34432 invoked by uid 500); 26 Jan 2015 06:15:32 -0000 Mailing-List: contact dev-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list dev@mesos.apache.org Received: (qmail 34417 invoked by uid 99); 26 Jan 2015 06:15:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 06:15:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chester.kuo@gmail.com designates 209.85.160.170 as permitted sender) Received: from [209.85.160.170] (HELO mail-yk0-f170.google.com) (209.85.160.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 06:15:05 +0000 Received: by mail-yk0-f170.google.com with SMTP id q9so3163227ykb.1 for ; Sun, 25 Jan 2015 22:13:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ruj7MQ8ofOfS1A04+hCJn0TMKMGUPlv0yXV5IYh/NRw=; b=IVCxPl5orn86tKreL+AAjp8bCy9lJzXTeJ0qBrigovDUMF/ifzcCjpDpT5qTWMAuuL i3U42LfoVLXApkmPuBLYjhmT1xWgHxccYyHWQOxcmCds+5NtgoGUETAiPzIGepZElxt+ ek6USDo/WXwnVkV2K9x2dKXvypz3CJ0McQGRHQQfvzzcbTk46lx6sMVmBFR10V+r+6RQ Mpz2dy6//mbC9vClxvmBYquYEqkvijp4OKgLMCeYXvnIEmw5g5BAs71kRSptz3bArWkQ egFf49DnDUEbfhermaplRT87adGKDBUGv/+frenyGtJznlE/3/3a7bhjXqhLz5CJPYbH +QRQ== MIME-Version: 1.0 X-Received: by 10.170.49.6 with SMTP id 6mr9408059ykr.118.1422252813548; Sun, 25 Jan 2015 22:13:33 -0800 (PST) Received: by 10.170.197.80 with HTTP; Sun, 25 Jan 2015 22:13:33 -0800 (PST) Date: Mon, 26 Jan 2015 14:13:33 +0800 Message-ID: Subject: GPU computing resource add into Mesos From: Chester Kuo To: dev@mesos.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org 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