Skip to content

[AMDGPU][Docs] Fix broken link to HRF memory model reference #88696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ritter-x2a
Copy link
Member

The link to the Heterogeneous-race-free Memory Models ASPLOS'14 paper by Hower et al. pointed to a bogus website, probably because the domain ownership has changed.
This patch updates it to a version hosted on research.cs.wisc.edu.

The link to the Heterogeneous-race-free Memory Models ASPLOS'14 paper by Hower
et al. pointed to a bogus website, probably because the domain ownership has
changed.
This patch updates it to a version hosted on research.cs.wisc.edu.
@ritter-x2a ritter-x2a requested a review from kzhuravl April 15, 2024 08:18
@ritter-x2a ritter-x2a self-assigned this Apr 15, 2024
@llvmbot
Copy link
Member

llvmbot commented Apr 15, 2024

@llvm/pr-subscribers-backend-amdgpu

Author: Fabian Ritter (ritter-x2a)

Changes

The link to the Heterogeneous-race-free Memory Models ASPLOS'14 paper by Hower et al. pointed to a bogus website, probably because the domain ownership has changed.
This patch updates it to a version hosted on research.cs.wisc.edu.


Full diff: https://github.com/llvm/llvm-project/pull/88696.diff

1 Files Affected:

  • (modified) llvm/docs/AMDGPUUsage.rst (+1-1)
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 22c1d1f186ea54..7da5d8e41f6f85 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -16024,7 +16024,7 @@ Additional Documentation
 .. [CLANG-ATTR] `Attributes in Clang <https://clang.llvm.org/docs/AttributeReference.html>`__
 .. [DWARF] `DWARF Debugging Information Format <http://dwarfstd.org/>`__
 .. [ELF] `Executable and Linkable Format (ELF) <http://www.sco.com/developers/gabi/>`__
-.. [HRF] `Heterogeneous-race-free Memory Models <http://benedictgaster.org/wp-content/uploads/2014/01/asplos269-FINAL.pdf>`__
+.. [HRF] `Heterogeneous-race-free Memory Models <https://research.cs.wisc.edu/multifacet/papers/asplos14_hrf.pdf>`__
 .. [HSA] `Heterogeneous System Architecture (HSA) Foundation <http://www.hsafoundation.com/>`__
 .. [MsgPack] `Message Pack <http://www.msgpack.org/>`__
 .. [OpenCL] `The OpenCL Specification Version 2.0 <http://www.khronos.org/registry/cl/specs/opencl-2.0.pdf>`__

@ritter-x2a ritter-x2a merged commit 7b8625e into llvm:main Apr 17, 2024
@ritter-x2a ritter-x2a deleted the update-broken-memmodel-link-in-amdusage-docs branch April 17, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants