[Openmp-commits] [openmp] f1cb0e9 - [OpenMP][Docs] Remove documentation on removed option
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 13 14:54:22 PST 2023
Author: Joseph Huber
Date: 2023-01-13T16:54:02-06:00
New Revision: f1cb0e9f76d0a58928bcceafb0a1f97e0a433c3d
URL: https://github.com/llvm/llvm-project/commit/f1cb0e9f76d0a58928bcceafb0a1f97e0a433c3d
DIFF: https://github.com/llvm/llvm-project/commit/f1cb0e9f76d0a58928bcceafb0a1f97e0a433c3d.diff
LOG: [OpenMP][Docs] Remove documentation on removed option
Summary:
Removes this `CLANG_OPENMP_NVPTX_DEFAULT_ARCH` documentation as it's now
been removed.
Added:
Modified:
openmp/docs/SupportAndFAQ.rst
Removed:
################################################################################
diff --git a/openmp/docs/SupportAndFAQ.rst b/openmp/docs/SupportAndFAQ.rst
index 8bf0ea56a7ae7..4ccc2ae2963fc 100644
--- a/openmp/docs/SupportAndFAQ.rst
+++ b/openmp/docs/SupportAndFAQ.rst
@@ -79,7 +79,6 @@ The Cuda SDK is required on the machine that will execute the openmp application
If your build machine is not the target machine or automatic detection of the
available GPUs failed, you should also set:
-- `CLANG_OPENMP_NVPTX_DEFAULT_ARCH=sm_XX` where `XX` is the architecture of your GPU, e.g, 80.
- `LIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES=YY` where `YY` is the numeric compute capacity of your GPU, e.g., 75.
More information about the Openmp-commits
mailing list