From commits-return-10852-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Wed Apr 8 23:06:43 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 35B4418057A for ; Thu, 9 Apr 2020 01:06:43 +0200 (CEST) Received: (qmail 81761 invoked by uid 500); 8 Apr 2020 23:06:42 -0000 Mailing-List: contact commits-help@tvm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tvm.apache.org Delivered-To: mailing list commits@tvm.apache.org Received: (qmail 81752 invoked by uid 99); 8 Apr 2020 23:06:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2020 23:06:42 +0000 From: GitBox To: commits@tvm.apache.org Subject: [GitHub] [incubator-tvm] jwfromm opened a new pull request #5284: [Topi] Tensorcore support for Conv3D Message-ID: Date: Wed, 08 Apr 2020 23:06:42 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit jwfromm opened a new pull request #5284: [Topi] Tensorcore support for Conv3D URL: https://github.com/apache/incubator-tvm/pull/5284 This PR is a pretty direct port of the conv2d tensorcore schedules introduced in [PR #5099](https://github.com/apache/incubator-tvm/pull/5099) to conv3d. In my early testing I've found this new schedule to be up to 10X faster than the default conv3d schedule. I also snuck one little adjustment into the conv3d winograd schedule that helps for smaller workloads. ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services