<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/docs/CompileCudaWithLLVM.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>[Doc] Update a broken link in CompileCudaWithLLVM (#113282)</title>
<updated>2024-10-22T11:28:22+00:00</updated>
<author>
<name>lifengxiang1025</name>
<email>lifengxiang@kuaishou.com</email>
</author>
<published>2024-10-22T11:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cd290a6480d575110e5d74f71f403f8fbbaaa6a7'/>
<id>cd290a6480d575110e5d74f71f403f8fbbaaa6a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Fix goo.gl link in comment for 'Straight-line scalar optimizations' paper</title>
<updated>2024-07-19T00:12:28+00:00</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2024-07-19T00:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=71ab0dc6f02b7fd07de272dfcd67ccdb2399ab4f'/>
<id>71ab0dc6f02b7fd07de272dfcd67ccdb2399ab4f</id>
<content type='text'>
goo.gl is going away: https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/

Fix goo.gl link from:
- https://goo.gl/4Rb9As
+ https://docs.google.com/document/d/1momWzKFf4D6h8H3YlfgKQ3qeZy5ayvMRh6yR-Xn2hUE

Committed as obvious.

Bug: https://github.com/llvm/llvm-project/issues/99586
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
goo.gl is going away: https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/

Fix goo.gl link from:
- https://goo.gl/4Rb9As
+ https://docs.google.com/document/d/1momWzKFf4D6h8H3YlfgKQ3qeZy5ayvMRh6yR-Xn2hUE

Committed as obvious.

Bug: https://github.com/llvm/llvm-project/issues/99586
</pre>
</div>
</content>
</entry>
<entry>
<title>[CUDA][HIP] warn incompatible redeclare (#77359)</title>
<updated>2024-06-10T14:08:26+00:00</updated>
<author>
<name>Yaxun (Sam) Liu</name>
<email>yaxun.liu@amd.com</email>
</author>
<published>2024-06-10T14:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=53d2f4d967838468423715178a8344739d7a63c9'/>
<id>53d2f4d967838468423715178a8344739d7a63c9</id>
<content type='text'>
nvcc warns about the following code:

`void f();
__device__ void f() {}`

but clang does not since clang allows device function to overload host
function.

Users want clang to emit similar warning to help code to be compatible
with nvcc.

Since this may cause regression with existing code, the warning is off
by default and can be enabled by -Wnvcc-compat.

It won't cause warning in system headers, even with -Wnvcc-compat.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nvcc warns about the following code:

`void f();
__device__ void f() {}`

but clang does not since clang allows device function to overload host
function.

Users want clang to emit similar warning to help code to be compatible
with nvcc.

Since this may cause regression with existing code, the warning is off
by default and can be enabled by -Wnvcc-compat.

It won't cause warning in system headers, even with -Wnvcc-compat.</pre>
</div>
</content>
</entry>
<entry>
<title>[CUDA] Updated CUDA versions mentioned in CompileCudaWithLLVM.rst</title>
<updated>2023-06-15T21:27:40+00:00</updated>
<author>
<name>Artem Belevich</name>
<email>tra@google.com</email>
</author>
<published>2023-06-15T21:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d028188412fa54774e2c60e21f0929a0fede93bb'/>
<id>d028188412fa54774e2c60e21f0929a0fede93bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[CUDA] Bump supported CUDA version to 11.5</title>
<updated>2021-11-09T08:20:53+00:00</updated>
<author>
<name>Carlos Galvez</name>
<email>carlosgalvezp@gmail.com</email>
</author>
<published>2021-11-05T09:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7ecec3f0f5215c99e45d7000c11230ba2f7e421c'/>
<id>7ecec3f0f5215c99e45d7000c11230ba2f7e421c</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D113249
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://reviews.llvm.org/D113249
</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC] Inclusive language: Remove instances of master in URLs</title>
<updated>2021-11-05T13:48:41+00:00</updated>
<author>
<name>Quinn Pham</name>
<email>Quinn.Pham@ibm.com</email>
</author>
<published>2021-11-03T19:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7'/>
<id>c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7</id>
<content type='text'>
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or
redirecting to the new URL.

Reviewed By: #libc, ldionne, mehdi_amini

Differential Revision: https://reviews.llvm.org/D113186
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or
redirecting to the new URL.

Reviewed By: #libc, ldionne, mehdi_amini

Differential Revision: https://reviews.llvm.org/D113186
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: use the right url to bugzilla</title>
<updated>2020-03-22T21:49:40+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sledru@mozilla.com</email>
</author>
<published>2020-03-22T21:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=986051749cb12992461626e8e37d7c0923816763'/>
<id>986051749cb12992461626e8e37d7c0923816763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Links should use https</title>
<updated>2020-03-22T21:49:33+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sledru@mozilla.com</email>
</author>
<published>2020-03-22T21:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=72fd1033ea577a769cc855fde6b5576b82380715'/>
<id>72fd1033ea577a769cc855fde6b5576b82380715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[CUDA] Updated CompileCudaWithLLVM doc.</title>
<updated>2020-03-16T22:49:41+00:00</updated>
<author>
<name>Artem Belevich</name>
<email>tra@google.com</email>
</author>
<published>2020-03-16T22:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=74bf95d71dfc73da1f12d071eb1548f9260cc8d1'/>
<id>74bf95d71dfc73da1f12d071eb1548f9260cc8d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] NFC: fix trivial typos in documents</title>
<updated>2020-01-22T03:32:51+00:00</updated>
<author>
<name>Kazuaki Ishizaki</name>
<email>ishizaki@jp.ibm.com</email>
</author>
<published>2020-01-22T03:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f65d4aa96082778dc4af4657519d4d1aebbdf4da'/>
<id>f65d4aa96082778dc4af4657519d4d1aebbdf4da</id>
<content type='text'>
Reviewers: hans, Jim

Reviewed By: Jim

Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: hans, Jim

Reviewed By: Jim

Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits

Tags: #llvm

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