Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B348200D3D for ; Mon, 13 Nov 2017 11:38:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49917160C06; Mon, 13 Nov 2017 10:38:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8F7E6160BF3 for ; Mon, 13 Nov 2017 11:38:03 +0100 (CET) Received: (qmail 54249 invoked by uid 500); 13 Nov 2017 10:38:02 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 54237 invoked by uid 99); 13 Nov 2017 10:38:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2017 10:38:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D0CDD1A0773 for ; Mon, 13 Nov 2017 10:38:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id I2OyWp0w4KGh for ; Mon, 13 Nov 2017 10:38:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D8DD05FE0E for ; Mon, 13 Nov 2017 10:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6E90BE0E4A for ; Mon, 13 Nov 2017 10:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2A3AF240DE for ; Mon, 13 Nov 2017 10:38:00 +0000 (UTC) Date: Mon, 13 Nov 2017 10:38:00 +0000 (UTC) From: "Chen Qingcha (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-7481) Gpu locality support for Better AI scheduling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Nov 2017 10:38:04 -0000 Chen Qingcha created YARN-7481: ---------------------------------- Summary: Gpu locality support for Better AI scheduling Key: YARN-7481 URL: https://issues.apache.org/jira/browse/YARN-7481 Project: Hadoop YARN Issue Type: New Feature Components: api, RM, yarn Affects Versions: 2.7.2 Reporter: Chen Qingcha Fix For: 2.7.2 We enhance Hadoop with GPU support for better AI job scheduling.=20 Currently, YARN-3926 also supports GPU scheduling, which treats GPU as coun= table resource.=20 However, GPU placement is very important to deep learning job for better ef= ficiency. For example, a 2-GPU job runs on gpu {0,1} could be faster than run on gpu= {0, 7}, if GPU 0 and 1 are under the same PCI-E switch while 0 and 7 are n= ot. We add the GPU support to Hadoop 2.7.2 to enable GPU locality scheduling, = which support fine-grained GPU placement. A 64-bits bitmap is added to yarn= Resource, which indicates both GPU usage and locality information in a nod= e=C2=A0(up to 64 GPUs per node). '1' means available and '0' otherwise in t= he corresponding position of the bit.=C2=A0=C2=A0=20 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org