[llvm] Update SPIRVUsage.rst (PR #123897)
Vishakh Prakash via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 01:36:11 PST 2025
https://github.com/Vishakh2012 updated https://github.com/llvm/llvm-project/pull/123897
>From b44545a427e2a5d863ac6fc21c4e10fbc73f3ef3 Mon Sep 17 00:00:00 2001
From: Vishakh Prakash <vishakhpro2002 at gmail.com>
Date: Wed, 22 Jan 2025 13:06:55 +0530
Subject: [PATCH] Update SPIRVUsage.rst
---
llvm/docs/SPIRVUsage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/SPIRVUsage.rst b/llvm/docs/SPIRVUsage.rst
index 23c5fe37a9b878..b7601b26beb89e 100644
--- a/llvm/docs/SPIRVUsage.rst
+++ b/llvm/docs/SPIRVUsage.rst
@@ -204,7 +204,7 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
* - ``SPV_KHR_non_semantic_info``
- Adds the ability to declare extended instruction sets that have no semantic impact and can be safely removed from a module.
-To enable multiple extensions, list them separated by spaces. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
+To enable multiple extensions, list them separated by comma. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
``-spirv-ext=+SPV_EXT_shader_atomic_float_add,+SPV_INTEL_arbitrary_precision_integers``
More information about the llvm-commits
mailing list