From patchwork Sat Jun 12 10:43:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 28250 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a5e:c91a:0:0:0:0:0 with SMTP id z26csp1210555iol; Sat, 12 Jun 2021 03:43:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyrOG4oMqfHrJlEP+csEKVyyDBiIsvRZDFJwNHmxBF/Hi3SdlIziPDAyCQl0exIas0RxnMR X-Received: by 2002:aa7:ccc1:: with SMTP id y1mr8001024edt.333.1623494637971; Sat, 12 Jun 2021 03:43:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623494637; cv=none; d=google.com; s=arc-20160816; b=smnbwDrvT/gtdp/FGW88xo5NIdkSCgK1A964UXvsSaxez4D8t6We3FwE+KT+G3ALxH 4lrdwIMgXFjZKLtEEPyoLmDzg1QrE2iAdtmBVRQzc1riJTmhyrD3VPc3oSok1umQovxR Rbbubfrj7HiymEp8oJ9933X9FONqK8KpwiT9KbHD/S6UxDUG6FVvr17Zy9gxuBXbnplV sAn3m4mrZQtnLskJMWcomjfSbdVMdMSkaATgxBEMghLUZ3f2waROoSNfjeDKLnlYaGbv +lKlprTTb4V6+3+06hHj90c1hg20047/6D/7Mx8e386nNJAd5wo9xRW/lbRqBjoql3O/ 9SyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:message-id:date:to:from :delivered-to; bh=8KkYf343ciGgGiRkpdA3rzV6g3so4EjPOyheWOynbDg=; b=iewaEkv8kX/Ycx+wNjIsRL3tDUbC8qaOSFTZ4znve7cZfkSF1Xm6XffDasrTtEJRnv Aoiis7vds/jq3/O1H3qbdNVzm6llh0JLWbTSUsBxHKwIdaJUcjJF1c8cbQpsxdfgGnkt gt4yAWF3TT3razrRT9b/TlkLSjvR2W9zBFkhIVGSSR+ZDYDT76HsjgSv0bP+2VYc+7e+ aF8EIizKdNt1PRn56wTcMDytLxwx0msv0XsgBnX5cR4987Z9CVD9VosqmLgbxo2zMFzJ 0qdTPNfL8KLV6eCt6peP7AgxqWbI940NnFUkQKay3U7aeNZw4BdRRb7gbc5P0XILWiwq Pbtw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id 30si7457951ejg.621.2021.06.12.03.43.57; Sat, 12 Jun 2021 03:43:57 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6882B680554; Sat, 12 Jun 2021 13:43:53 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5B48E680554 for ; Sat, 12 Jun 2021 13:43:47 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 8913A240476 for ; Sat, 12 Jun 2021 12:43:46 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id CYW9wxIkMb-V for ; Sat, 12 Jun 2021 12:43:45 +0200 (CEST) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 6517D24042A for ; Sat, 12 Jun 2021 12:43:45 +0200 (CEST) Received: by libav.khirnov.net (Postfix, from userid 1000) id A67CA3A1098; Sat, 12 Jun 2021 12:43:42 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Sat, 12 Jun 2021 12:43:30 +0200 Message-Id: <20210612104330.28551-1-anton@khirnov.net> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] configure: bump default nvcc arch to compute_35 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 77dRpS2N2PyE From: Matthieu Patou compute_30 seems to be removed from CUDA SDK 11.0 Suggested-by: ffmpeg@fb.com Signed-off-by: Anton Khirnov --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6bfd98b384..d9e649d030 100755 --- a/configure +++ b/configure @@ -4381,7 +4381,7 @@ fi if enabled cuda_nvcc; then nvcc_default="nvcc" - nvccflags_default="-gencode arch=compute_30,code=sm_30 -O2" + nvccflags_default="-gencode arch=compute_35,code=sm_35 -O2" else nvcc_default="clang" nvccflags_default="--cuda-gpu-arch=sm_30 -O2"