<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/docs/gpu/testing.rst, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc] Update GPU testing documentation (#85459)</title>
<updated>2024-03-15T22:49:44+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-03-15T22:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=6818c7b8efef16ff373a1d8a6d7e35ecf14541be'/>
<id>6818c7b8efef16ff373a1d8a6d7e35ecf14541be</id>
<content type='text'>
Summary:
This documentation was lagging reality and didn't contain much. Update
it with some more information now that it's more mature.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This documentation was lagging reality and didn't contain much. Update
it with some more information now that it's more mature.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Remove all trailing spaces from libc (#82831)</title>
<updated>2024-02-23T22:34:00+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-02-23T22:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=69c0b2febe01108f50db6e8ed21cd8b2e6088caf'/>
<id>69c0b2febe01108f50db6e8ed21cd8b2e6088caf</id>
<content type='text'>
Summary:
There are a lot of random training spaces on various lines. This patch
just got rid of all of them with `sed 's/\ \+$//g'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
There are a lot of random training spaces on various lines. This patch
just got rid of all of them with `sed 's/\ \+$//g'.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][Docs] Update the GPU RPC documentation (#79069)</title>
<updated>2024-01-23T17:40:58+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>huberjn@outlook.com</email>
</author>
<published>2024-01-23T17:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=03d362db7463f3451692fa6a80204b35dfe95037'/>
<id>03d362db7463f3451692fa6a80204b35dfe95037</id>
<content type='text'>
Summary:
This adds some more concrete information on the RPC interface. Hopefully
this is intelligable and provides some useful examples.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This adds some more concrete information on the RPC interface. Hopefully
this is intelligable and provides some useful examples.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC][Docs] Update some GPU testing information</title>
<updated>2023-09-13T19:30:30+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2023-09-13T19:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=089b81105acbc4892c96f9e7ff0a47c4df02da29'/>
<id>089b81105acbc4892c96f9e7ff0a47c4df02da29</id>
<content type='text'>
Summary:
This comment is outddated and can be removed, also mention an option for
limiting parallelism during tests in the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This comment is outddated and can be removed, also mention an option for
limiting parallelism during tests in the documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][Docs] Add some motivation for the GPU libc</title>
<updated>2023-06-16T20:19:45+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2023-06-02T20:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=70b1c3999c912c81f2783112980dc2fa7bef270b'/>
<id>70b1c3999c912c81f2783112980dc2fa7bef270b</id>
<content type='text'>
This provides some basic motivation behind the GPU libc. Suggests are welcome.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D152028
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides some basic motivation behind the GPU libc. Suggests are welcome.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D152028
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Fix typos in documentation</title>
<updated>2023-05-23T06:27:59+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2023-05-23T06:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9a515d8142da2cef27760466f286406e1ce1469c'/>
<id>9a515d8142da2cef27760466f286406e1ce1469c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][Docs] Add warning about running GPU tests with parallelism</title>
<updated>2023-05-04T15:18:06+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2023-05-04T15:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=62a2a07cbe3f8bf5faee8ab03428fd6047ba6b21'/>
<id>62a2a07cbe3f8bf5faee8ab03428fd6047ba6b21</id>
<content type='text'>
Now that a large amount of GPU tests can be run in parallel, we should
document spurious failures. It is a well-known issue that launching many
GPU applications in parallel can lead to various problems, the worst of
which being an indefinite hang.

Differential Revision: https://reviews.llvm.org/D149857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that a large amount of GPU tests can be run in parallel, we should
document spurious failures. It is a well-known issue that launching many
GPU applications in parallel can lead to various problems, the worst of
which being an indefinite hang.

Differential Revision: https://reviews.llvm.org/D149857
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][Docs] Begin improving documentation for the GPU libc</title>
<updated>2023-04-26T15:30:54+00:00</updated>
<author>
<name>Joseph Huber</name>
<email>jhuber6@vols.utk.edu</email>
</author>
<published>2023-04-25T21:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=807f0584874d61b0eec5a3ed988402387560534c'/>
<id>807f0584874d61b0eec5a3ed988402387560534c</id>
<content type='text'>
This patch updates some of the documentation for the GPU libc project.
There is a lot of work still to be done, but this sets the general
outline.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D149194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch updates some of the documentation for the GPU libc project.
There is a lot of work still to be done, but this sets the general
outline.

Reviewed By: jdoerfert

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