aboutsummaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorSingapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com>2017-08-01 05:02:26 +0000
committerSingapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com>2017-08-01 05:02:26 +0000
commit6982cfcfbd7fcc3bbae4bde968bcc4c227ae00ce (patch)
tree9127e9c2807f074b6bcdd4099173a85724a0f29b /polly
parentfa77bc40d400da3e240eacc59227daf5659a405b (diff)
downloadllvm-6982cfcfbd7fcc3bbae4bde968bcc4c227ae00ce.zip
llvm-6982cfcfbd7fcc3bbae4bde968bcc4c227ae00ce.tar.gz
llvm-6982cfcfbd7fcc3bbae4bde968bcc4c227ae00ce.tar.bz2
[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 llvm-svn: 309656
Diffstat (limited to 'polly')
-rw-r--r--polly/docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index b778d0b..2ad4f4a 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -88,3 +88,10 @@ Polly now uses the LLVM OptimizationDiagnosticInfo API for emitting diagnostic r
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.