From 8a8131a3f64637217683871bc8f5f1864dccdc6d Mon Sep 17 00:00:00 2001 From: Stanislav Mekhanoshin Date: Thu, 13 Jun 2019 23:47:59 +0000 Subject: [AMDGPU] gfx1010 wave32 clang support Differential Revision: https://reviews.llvm.org/D63209 llvm-svn: 363341 --- clang/docs/ClangCommandLineReference.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang/docs') diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 5a34c9606f7..30ac27f95f9 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2401,6 +2401,10 @@ AMDGPU CU wavefront execution mode is used if enabled and WGP wavefront execution mode is used if disabled (AMDGPU only) +.. option:: -mwavefrontsize64, -mno-wavefrontsize64 + +Wavefront size 64 is used if enabled and wavefront size 32 if disabled (AMDGPU only) + .. option:: -mxnack, -mno-xnack Enable XNACK (AMDGPU only) -- cgit v1.2.3