<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/llvm.git/openmp/docs/SupportAndFAQ.rst, branch EmptyLineAfterFunctionDefinition</title>
<subtitle>github.com: llvm/llvm-project.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/'/>
<entry>
<title>[NFC] Trim trailing whitespace in *.rst</title>
<updated>2021-11-15T01:17:08+00:00</updated>
<author>
<name>Shao-Ce SUN</name>
<email>shaoce@nj.iscas.ac.cn</email>
</author>
<published>2021-11-15T01:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=0c660256eb41fb0ba44277a32f39d2a028f797f2'/>
<id>0c660256eb41fb0ba44277a32f39d2a028f797f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[openmp][docs] Describe how the internal components are found</title>
<updated>2021-09-30T21:05:12+00:00</updated>
<author>
<name>Jon Chesterfield</name>
<email>jonathanchesterfield@gmail.com</email>
</author>
<published>2021-09-30T21:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=72e8a4c45da3b64d7e388e8ed4b739276fd4e8dd'/>
<id>72e8a4c45da3b64d7e388e8ed4b739276fd4e8dd</id>
<content type='text'>
Add a FAQ entry about the names of openmp offloading components
and how they are searched for.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D109619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a FAQ entry about the names of openmp offloading components
and how they are searched for.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D109619
</pre>
</div>
</content>
</entry>
<entry>
<title>[openmp][amdgpu] Update SupportAndFAQ docs</title>
<updated>2021-09-10T17:35:29+00:00</updated>
<author>
<name>Jon Chesterfield</name>
<email>jonathanchesterfield@gmail.com</email>
</author>
<published>2021-09-10T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=f244af5c9fd1017c0a770869db4c7abe14bfa46e'/>
<id>f244af5c9fd1017c0a770869db4c7abe14bfa46e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Change AMDGCN to AMDGPU in the Cmake Module</title>
<updated>2021-07-20T16:52:53+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2021-07-20T16:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=b917a1d713380ac83b13063e697ff6c65936ac15'/>
<id>b917a1d713380ac83b13063e697ff6c65936ac15</id>
<content type='text'>
Summary:
Change the name for targeting AMD offloading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Change the name for targeting AMD offloading.
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP][Documentation] Add FAQ entry for CMake module</title>
<updated>2021-06-28T21:05:07+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2021-06-28T19:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=2190c48fdece1712735c507e3f343ae5b872189e'/>
<id>2190c48fdece1712735c507e3f343ae5b872189e</id>
<content type='text'>
This patch adds documentation for using the CMake find module for OpenMP
target offloading provided by LLVM. It also removes the requirement for
AMD's architecture to be set as this isn't necessary for upstream LLVM.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D105051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds documentation for using the CMake find module for OpenMP
target offloading provided by LLVM. It also removes the requirement for
AMD's architecture to be set as this isn't necessary for upstream LLVM.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D105051
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP] Update FAQ for enabling cuda offloading</title>
<updated>2021-06-18T17:55:45+00:00</updated>
<author>
<name>Asher Mancinelli</name>
<email>ashermancinelli@gmail.com</email>
</author>
<published>2021-06-18T17:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=5c189d30e60ac044b5bb473648c5505b4acdeb08'/>
<id>5c189d30e60ac044b5bb473648c5505b4acdeb08</id>
<content type='text'>
Add an FAQ entry and add a few lines to an existing one. Document
the use of `GCC_INSTALL_PREFIX` for pointing clang to correct
GCC installation for two-stage build.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D104474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an FAQ entry and add a few lines to an existing one. Document
the use of `GCC_INSTALL_PREFIX` for pointing clang to correct
GCC installation for two-stage build.

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D104474
</pre>
</div>
</content>
</entry>
<entry>
<title>[libomptarget] Initial documentation on amdgpu offload</title>
<updated>2021-05-05T18:58:52+00:00</updated>
<author>
<name>Jon Chesterfield</name>
<email>jonathanchesterfield@gmail.com</email>
</author>
<published>2021-05-05T18:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=25fe17d3c1041de7e2dc5df865d7f65fd074f9a6'/>
<id>25fe17d3c1041de7e2dc5df865d7f65fd074f9a6</id>
<content type='text'>
[libomptarget] Initial documentation on amdgpu offload

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D101927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[libomptarget] Initial documentation on amdgpu offload

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D101927
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP][Documentation] Add FAQ entry for dynamically linked libraries</title>
<updated>2021-04-26T18:21:17+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2021-04-26T18:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=077fe0f7398c4e1b1a45a9f012c634f13d4118ca'/>
<id>077fe0f7398c4e1b1a45a9f012c634f13d4118ca</id>
<content type='text'>
Summary:
Add an FAW entry detailing the support for using dynamically linked libraries
with OpenMP Offloading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Add an FAW entry detailing the support for using dynamically linked libraries
with OpenMP Offloading
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP][NFC] Adding FAQ Entry for errors with static libraries</title>
<updated>2021-02-02T15:50:22+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2021-02-02T15:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=ed8943c08769082f4ce5e7682a4ff53ae25bee36'/>
<id>ed8943c08769082f4ce5e7682a4ff53ae25bee36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[OpenMP][Libomptarget] Introduce Remote Offloading Plugin</title>
<updated>2021-01-26T20:33:38+00:00</updated>
<author>
<name>Atmn Patel</name>
<email>atmndp@gmail.com</email>
</author>
<published>2021-01-23T17:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/llvm.git/commit/?id=ec8f4a38c83eefc51be4f8cc39f93cc79116aab5'/>
<id>ec8f4a38c83eefc51be4f8cc39f93cc79116aab5</id>
<content type='text'>
This introduces a remote offloading plugin for libomptarget. This
implementation relies on gRPC and protobuf, so this library will only
build if both libraries are available on the system. The corresponding
server is compiled to `openmp-offloading-server`.

This is a large change, but the only way to split this up is into RTL/server
but I fear that could introduce an inconsistency amongst them.

Ideally, tests for this should be added to the current ones that but that is
problematic for at least one reason. Given that libomptarget registers plugin
on a first-come-first-serve basis, if we wanted to offload onto a local x86
through a different process, then we'd have to either re-order the plugin list
in `rtl.cpp` (which is what I did locally for testing) or find a better
solution for runtime plugin registration in libomptarget.

Differential Revision: https://reviews.llvm.org/D95314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces a remote offloading plugin for libomptarget. This
implementation relies on gRPC and protobuf, so this library will only
build if both libraries are available on the system. The corresponding
server is compiled to `openmp-offloading-server`.

This is a large change, but the only way to split this up is into RTL/server
but I fear that could introduce an inconsistency amongst them.

Ideally, tests for this should be added to the current ones that but that is
problematic for at least one reason. Given that libomptarget registers plugin
on a first-come-first-serve basis, if we wanted to offload onto a local x86
through a different process, then we'd have to either re-order the plugin list
in `rtl.cpp` (which is what I did locally for testing) or find a better
solution for runtime plugin registration in libomptarget.

Differential Revision: https://reviews.llvm.org/D95314
</pre>
</div>
</content>
</entry>
</feed>
