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 33BEE200D54 for ; Fri, 8 Dec 2017 19:35:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3224F160C0D; Fri, 8 Dec 2017 18:35:35 +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 77183160BFD for ; Fri, 8 Dec 2017 19:35:34 +0100 (CET) Received: (qmail 85073 invoked by uid 500); 8 Dec 2017 18:35:33 -0000 Mailing-List: contact reviews-help@impala.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.apache.org Received: (qmail 85062 invoked by uid 99); 8 Dec 2017 18:35:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 18:35:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 04D61C542B for ; Fri, 8 Dec 2017 18:35:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.362 X-Spam-Level: ** X-Spam-Status: No, score=2.362 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id sJl9GbBwZGqo for ; Fri, 8 Dec 2017 18:35:32 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 7AFD45F2AB for ; Fri, 8 Dec 2017 18:35:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id vB8IZToq019360; Fri, 8 Dec 2017 18:35:29 GMT Message-Id: <201712081835.vB8IZToq019360@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 2 Date: Fri, 8 Dec 2017 18:35:27 +0000 From: "Jim Apple (Code Review)" To: Tim Armstrong , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple , Michael Ho X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6291=3A_disable_AVX512_codegen_in_LLVM=0A?= X-Gerrit-Change-Id: Ic7c3ee3e370bafc50d855113485b7e6925f7bf6a X-Gerrit-Change-Number: 8802 X-Gerrit-ChangeURL: X-Gerrit-Commit: aa70c2b441a8894f36f1e0e5e6e70c0adac7723c In-Reply-To: References: X-Gerrit-Comment-Date: Fri, 8 Dec 2017 18:35:27 +0000 Reply-To: jbapple-impala@apache.org, impala-cr@cloudera.com, marcelk@gmail.com, tarmstrong@cloudera.com, kwho@cloudera.com, jbapple-impala@apache.org, reviews@impala.incubator.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="hMAJBQhnWx8="; charset=UTF-8 archived-at: Fri, 08 Dec 2017 18:35:35 -0000 --hMAJBQhnWx8= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Jim Apple has posted comments on this change=2E ( http://gerrit=2Ecloudera= =2Eorg:8080/8802 ) Change subject: IMPALA-6291: disable AVX512 codegen in = LLVM =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E Patch = Set 2: (1 comment) http://gerrit=2Ecloudera=2Eorg:8080/#/c/8802/2/be/src/= codegen/llvm-codegen=2Ecc File be/src/codegen/llvm-codegen=2Ecc: http://ge= rrit=2Ecloudera=2Eorg:8080/#/c/8802/2/be/src/codegen/llvm-codegen=2Ecc@110 = PS2, Line 110: DEFINE_string(llvm_cpu_attr_whitelist, "sse2,cx16,prfchw,bmi= 2,fsgsbase,popcnt,aes,smap," > What is the plan for keeping this up-to-date= as Intel and AMD CPUs get more And as the recommended LLVM version increas= es -- To view, visit http://gerrit=2Ecloudera=2Eorg:8080/8802 To unsubs= cribe, visit http://gerrit=2Ecloudera=2Eorg:8080/settings Gerrit-Project: = Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-= Id: Ic7c3ee3e370bafc50d855113485b7e6925f7bf6a Gerrit-Change-Number: 8802 Ge= rrit-PatchSet: 2 Gerrit-Owner: Tim Armstrong Ge= rrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple Gerrit-Reviewer: Michael Ho Gerrit= -Comment-Date: Fri, 08 Dec 2017 18:35:27 +0000 Gerrit-HasComments: Yes --hMAJBQhnWx8=--