[llvm] Fix typo in AMDGPUUsage. NFC (PR #93652)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 23:20:53 PDT 2024
https://github.com/SixWeining created https://github.com/llvm/llvm-project/pull/93652
The vendor name is mesa but not mesa3d.
>From 18b9b9d4e3eec52a35d3fce90a10f7a742927d1a Mon Sep 17 00:00:00 2001
From: Weining Lu <luweining at loongson.cn>
Date: Wed, 29 May 2024 14:18:06 +0800
Subject: [PATCH] Fix typo in AMDGPUUsage. NFC
The vendor name is mesa but not mesa3d.
---
llvm/docs/AMDGPUUsage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the llvm-commits
mailing list