logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oclgrind - OpenCL device simulator and debugger

Description

              oclgrind [--help | --version]

Name

       oclgrind - OpenCL device simulator and debugger

Options

--build-options
              OPTIONS  Additional options to pass to the OpenCL compiler

       --check-api
              Report errors on API calls

       --compute-units
              UNITS    Change the number of compute units reported

       --constant-mem-size BYTES
              Change the constant memory size of the device

       --data-races
              Enable data-race detection

       --disable-pch
              Don't use precompiled headers

       --dump-spir
              Dump SPIR to /tmp/oclgrind_*.{ll,bc}

       --global-mem-size
              BYTES    Change the global memory size of the device

       --help [-h]
              Display usage information

       --inst-counts
              Output histograms of instructions executed

       --interactive [-i]
              Enable interactive mode

       --local-mem-size
              BYTES    Change the local memory size of the device

       --log  LOGFILE  Redirect log/error messages to a file

       --max-errors
              NUM      Limit the number of error/warning messages

       --max-wgsize
              WGSIZE   Change the maximum work-group size of the device

       --num-threads
              NUM      Set the number of worker threads to use

       --pch-dir
              DIR      Override directory containing precompiled headers

       --plugins
              PLUGINS  Load colon separated list of plugin libraries

       --quick [-q]
              Only run first and last work-group

       --uniform-writes
              Don't suppress uniform write-write data-races

       --uninitialized
              Report usage of uninitialized values

       --version [-v]
              Display version information

       For more information, please visit the Oclgrind wiki page: -> https://github.com/jrprice/Oclgrind/wiki

       Oclgrind 21.10

See Also

       The full documentation for oclgrind is maintained as a Texinfo manual.  If the info and oclgrind programs
       are properly installed at your site, the command

              infooclgrind

       should give you access to the complete manual.

oclgrind                                          October 2021                                       OCLGRIND(1)

Synopsis

oclgrind [OPTIONS] COMMAND

See Also