Skip to content

Conversation

Vishakh2012
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 22, 2025

@llvm/pr-subscribers-backend-spir-v

Author: Vishakh Prakash (Vishakh2012)

Changes

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

1 Files Affected:

  • (modified) llvm/docs/SPIRVUsage.rst (+1-1)
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``
 

@Vishakh2012
Copy link
Contributor Author

docs updated for spirv backend target

@michalpaszkowski
Copy link
Member

@Vishakh2012 Thanks for catching this!

@michalpaszkowski michalpaszkowski merged commit 05f8e08 into llvm:main Jan 30, 2025
9 checks passed
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