Author: singam-sanjay
Date: Mon Jul 31 22:02:26 2017
New Revision: 309656

URL: http://llvm.org/viewvc/llvm-project?rev=309656&view=rev
Log:
[release 5.0][Release Notes] Polly-ACC works with Julia

Summary: Polly can now offload Julia to GPUs. This was enabled by the pull 
requests https://github.com/JuliaLang/julia/pull/21736 and 
https://github.com/JuliaLang/julia/pull/22036.

Reviewers: grosser, bollu

Subscribers: pollydev

Tags: #polly

Differential Revision: https://reviews.llvm.org/D36050

Modified:
    polly/branches/release_50/docs/ReleaseNotes.rst

Modified: polly/branches/release_50/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/polly/branches/release_50/docs/ReleaseNotes.rst?rev=309656&r1=309655&r2=309656&view=diff
==============================================================================
--- polly/branches/release_50/docs/ReleaseNotes.rst (original)
+++ polly/branches/release_50/docs/ReleaseNotes.rst Mon Jul 31 22:02:26 2017
@@ -88,3 +88,10 @@ Polly now uses the LLVM OptimizationDiag
 This allows Polly remarks to appear in the yaml optimization record when 
compiling
 with the flag -fsave-optimization-record. This also allow Polly remarks to 
appear in the opt-viewer
 tool, allowing for remarks to be viewed next to the source code, and sorted by 
hotness.
+
+--------------------------
+Polly-ACC works with Julia
+--------------------------
+
+Polly can now offload Julia to GPUs. This feature is enabled by setting the 
+USE_POLLY_ACC variable to 1, i.e. USE_POLLY_ACC:=1.


_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to