Adding information about -help and reformatting VC options to 80 symbols

Change-Id: Id9498c51d723f5b5583466bd6f1b2f62833f0902
This commit is contained in:
kvladimi
2020-10-08 13:36:55 +03:00
committed by sys_ocldev
parent 0c3d430f50
commit 72d3cd50d7

View File

@ -740,9 +740,9 @@ Usage: ocloc [compile] -file <filename> -device <device_type> [-output <filename
-options <options> Optional OpenCL C compilation options
as defined by OpenCL specification.
Also you may use here special options for Vector Compute:
-vc-codegen <vc options> to compile from SPIRV with VC extensions
-cmc <cm-options> to compile from CM sources
Special options for Vector Compute:
-vc-codegen <vc options> compile from SPIRV
-cmc <cm-options> compile from CM sources
-32 Forces target architecture to 32-bit pointers.
Default pointer size is inherited from
@ -758,6 +758,8 @@ Usage: ocloc [compile] -file <filename> -device <device_type> [-output <filename
as defined by compilers used underneath.
Check intel-graphics-compiler (IGC) project
for details on available internal options.
You also may provide explicit -help to inquire
information about option, mentioned in -options
-llvm_text Forces intermediate representation (IR) format
to human-readable LLVM IR (.ll).