From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) by sourceware.org (Postfix) with ESMTPS id 06AC03955698 for ; Tue, 28 Apr 2020 18:18:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 06AC03955698 Received: by mail-qt1-x82b.google.com with SMTP id 71so18086811qtc.12 for ; Tue, 28 Apr 2020 11:18:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=EF4ZE4bUA23y9kaTp1f35zLYl0UCMKifnzdV9NY3Xso=; b=ROxGtAngDk2mg99+ZwLI8JF9QBuqwS3P8fqT9ndt9DhJ8qdhXXCBEZdZ3/TKk/T3XS U0umUMnU7Zbx6x+COvtsRAwIWBiNbbpqlMHIDp+M2oEPudk03iPFORD9GgGDZJZ1dZOj Nb1PG5srzqnvONdy0UoNCT+UJH7KsDQvEXVfdtA5AA5IOQTiXy/RlDvDwGMNiqig6f45 HdPNU2Sla3tUNPQeOzKJPD/ncx8KLTgMC2Mm7e7bwqE2/3i7FB8NsSnB2c837NGP2ZCR j9o3kbGi3mBro28ueVcxHBebh5iuxC2fa9bQBwZZeSzAFZA0hECFuwGw8p/v+cPiNaeB hySw== X-Gm-Message-State: AGi0Puask60aYiD5MTTydAelSDkDkjFAa0Eo44hYhFwtG0CTN5bcidyP r/7ZZBjdqtRpDfhQp3UpOPVnCTYtZtLlomTd6hzgMvjQl4c= X-Google-Smtp-Source: APiQypJ9s+id7+hGWl8Y7m85WQS66e58WMT2f48ZKOzKCAUqDrvUKphCtCK/Z4NpzlVBWpcAdiLpDTCI7TKcafJvS94= X-Received: by 2002:aed:3ffd:: with SMTP id w58mr30510836qth.21.1588097934346; Tue, 28 Apr 2020 11:18:54 -0700 (PDT) MIME-Version: 1.0 From: MAHDI LOTFI Date: Tue, 28 Apr 2020 22:48:43 +0430 Message-ID: Subject: Ask A Question To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 18:18:56 -0000 Hello I downloaded gcc-10 package in Ubunto from https://launchpad.net/ubuntu/+source/gcc-10 I want to use Gcc for GPU programming with OpenACC. My PC GPU is AMD Radeon. I found acc_device_radeon in source code but when i used this variable in my code get following error: acc_device_radeon symbol has no implicit type How can i configure Gcc version 10 to use it for AMD GPU with OpenACC? -- Mahdi Lotfi Student at Sharif University of Technology