From patchwork Sun Jun 28 16:02:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 489140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9311114076A for ; Mon, 29 Jun 2015 02:02:45 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=aAAgSLup; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=UmJ9V1X4ywqRRrkJv2EMar7ZYwnDgV0qC8uc8YnWPQqdwGh0wSb1e pvxg5512nhzLhc91uFwHu/3MiJ3EXysbnMAiPMMP/2S7yAuF4+KJhhbqXIBedGmK 6Q8buuEXqNcJVXrnui9/fgqZ7hRDbIUJe3gJgdAAT9pYObqouPERd8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=NufcF9aqmmmY3jVIUUqKtMptJjA=; b=aAAgSLupHkYv2tyNu3nq zDkaLFIBWdzAHGLDlXkR9qudVtPWfBWILiL7quU8oGmAAL4m3bOOcHwh8fwv1NID 02pG2LoesLwondWCVHPeZjWB+ZOwj8XSoTISBFM+b9g+w+aNqd6FfuuXv22LsZoe 04wZG+4TkIz8xRgQkv4Hhs0= Received: (qmail 98187 invoked by alias); 28 Jun 2015 16:02:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 98171 invoked by uid 89); 28 Jun 2015 16:02:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 28 Jun 2015 16:02:34 +0000 Received: from tuna (93-82-132-169.adsl.highway.telekom.at [93.82.132.169]) by ainaz.pair.com (Postfix) with ESMTPSA id 414353F425 for ; Sun, 28 Jun 2015 12:02:31 -0400 (EDT) Date: Sun, 28 Jun 2015 18:02:35 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Adjust URL of StarPU in extensions.html Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. Gerald Index: extensions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v retrieving revision 1.55 diff -u -r1.55 extensions.html --- extensions.html 21 Apr 2015 10:11:35 -0000 1.55 +++ extensions.html 28 Jun 2015 16:01:52 -0000 @@ -41,7 +41,7 @@ and inspect the abstract syntax tree of a translation unit.

-

StarPU

+

StarPU

StarPU is a GCC extension and run-time support library for hybrid CPU/GPU task programming. Its GCC plug-in allows programmers to