Scroll to navigation

OCLGRIND(1) User Commands OCLGRIND(1)

NAME

oclgrind - OpenCL device simulator and debugger

SYNOPSIS

oclgrind [OPTIONS] COMMAND

DESCRIPTION

oclgrind [--help | --version]

OPTIONS

OPTIONS Additional options to pass to the OpenCL compiler
Report errors on API calls
UNITS Change the number of compute units reported
Change the constant memory size of the device
Enable data-race detection
Don't use precompiled headers
Dump SPIR to /tmp/oclgrind_*.{ll,bc}
BYTES Change the global memory size of the device
Display usage information
Output histograms of instructions executed
Enable interactive mode
BYTES Change the local memory size of the device
LOGFILE Redirect log/error messages to a file
NUM Limit the number of error/warning messages
WGSIZE Change the maximum work-group size of the device
NUM Set the number of worker threads to use
DIR Override directory containing precompiled headers
PLUGINS Load colon separated list of plugin libraries
Only run first and last work-group
Don't suppress uniform write-write data-races
Report usage of uninitialized values
Display version information

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

Oclgrind 21.10

COPYRIGHT

Copyright © 2013-2019 James Price and Simon McIntosh-Smith, University of Bristol https://github.com/jrprice/Oclgrind

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

info oclgrind

should give you access to the complete manual.

October 2021 oclgrind