Skip to content

Fix typo in AMDGPUUsage. NFC #93652

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
merged 1 commit into from
May 29, 2024
Merged

Fix typo in AMDGPUUsage. NFC #93652

merged 1 commit into from
May 29, 2024

Conversation

SixWeining
Copy link
Contributor

The vendor name is mesa but not mesa3d.

The vendor name is mesa but not mesa3d.
@llvmbot
Copy link
Member

llvmbot commented May 29, 2024

@llvm/pr-subscribers-backend-amdgpu

Author: Lu Weining (SixWeining)

Changes

The vendor name is mesa but not mesa3d.


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

1 Files Affected:

  • (modified) llvm/docs/AMDGPUUsage.rst (+1-1)
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 1004956ac8f10..b827524e6b8db 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -64,7 +64,7 @@ to specify the target triple:
      Vendor       Description
      ============ ==============================================================
      ``amd``      Can be used for all AMD GPU usage.
-     ``mesa3d``   Can be used if the OS is ``mesa3d``.
+     ``mesa``     Can be used if the OS is ``mesa3d``.
      ============ ==============================================================
 
   .. table:: AMDGPU Operating Systems

@SixWeining SixWeining merged commit 74014b5 into llvm:main May 29, 2024
9 of 11 checks passed
@SixWeining SixWeining deleted the vendor_mesa branch May 29, 2024 09:45
vg0204 pushed a commit to vg0204/llvm-project that referenced this pull request May 29, 2024
The vendor name is mesa but not mesa3d.
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