Skip to content

Commit ccb855d

Browse files
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 <[email protected]>
1 parent 9cf95c0 commit ccb855d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/offline_compiler/source/ocloc_api.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Use 'ocloc <command> --help' to get help about specific command.
4545
multi Compiles multiple files using a config file.
4646
validate Validates Intel Compute GPU device binary.
4747
query Extracts versioning info.
48+
ids Return matching versions <major>.<minor>.<revision>.
4849
4950
Default command (when none provided) is 'compile'.
5051
@@ -69,6 +70,9 @@ Default command (when none provided) is 'compile'.
6970
7071
Concatenate fat binaries
7172
ocloc concat <fat binary> <fat binary> ... [-out <concatenated fat binary name>]
73+
74+
Return matching version for an acronym
75+
ocloc ids dg1
7276
)===";
7377

7478
extern "C" {

0 commit comments

Comments
 (0)