Author: David Spickett
Date: 2024-01-31T10:29:48Z
New Revision: 0217d2e089afba8ca33330713787521ba52a1056

URL: 
https://github.com/llvm/llvm-project/commit/0217d2e089afba8ca33330713787521ba52a1056
DIFF: 
https://github.com/llvm/llvm-project/commit/0217d2e089afba8ca33330713787521ba52a1056.diff

LOG: [clang][AMDGPU] Remove trialing whitespace in doc

Added by f2a78e68eee53646327f71c475c7f18a28b7f576.

Wouldn't normally bother but it's showing up in some CI checks,
just want to reduce the noise.

Added: 
    

Modified: 
    clang/docs/HIPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/HIPSupport.rst b/clang/docs/HIPSupport.rst
index 0c93d722ff14e..543c82cf90244 100644
--- a/clang/docs/HIPSupport.rst
+++ b/clang/docs/HIPSupport.rst
@@ -176,8 +176,8 @@ Predefined Macros
    * - ``HIP_API_PER_THREAD_DEFAULT_STREAM``
      - Alias to ``__HIP_API_PER_THREAD_DEFAULT_STREAM__``. Deprecated.
 
-Note that some architecture specific AMDGPU macros will have default values 
when 
-used from the HIP host compilation. Other :doc:`AMDGPU macros <AMDGPUSupport>` 
+Note that some architecture specific AMDGPU macros will have default values 
when
+used from the HIP host compilation. Other :doc:`AMDGPU macros <AMDGPUSupport>`
 like ``__AMDGCN_WAVEFRONT_SIZE__`` will default to 64 for example.
 
 Compilation Modes


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to