mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Add ids command info to ocloc
New ocloc ids <acronym> cmd has been added in NEO-7159, but the addition of info has been omitted. Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9cf95c044e
commit
ccb855de32
@@ -45,6 +45,7 @@ Commands:
|
||||
multi Compiles multiple files using a config file.
|
||||
validate Validates Intel Compute GPU device binary.
|
||||
query Extracts versioning info.
|
||||
ids Return matching versions <major>.<minor>.<revision>.
|
||||
|
||||
Default command (when none provided) is 'compile'.
|
||||
|
||||
@@ -69,6 +70,9 @@ Examples:
|
||||
|
||||
Concatenate fat binaries
|
||||
ocloc concat <fat binary> <fat binary> ... [-out <concatenated fat binary name>]
|
||||
|
||||
Return matching version for an acronym
|
||||
ocloc ids dg1
|
||||
)===";
|
||||
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user