We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf95c0 commit ccb855dCopy full SHA for ccb855d
shared/offline_compiler/source/ocloc_api.cpp
@@ -45,6 +45,7 @@ Use 'ocloc <command> --help' to get help about specific command.
45
multi Compiles multiple files using a config file.
46
validate Validates Intel Compute GPU device binary.
47
query Extracts versioning info.
48
+ ids Return matching versions <major>.<minor>.<revision>.
49
50
Default command (when none provided) is 'compile'.
51
@@ -69,6 +70,9 @@ Default command (when none provided) is 'compile'.
69
70
71
Concatenate fat binaries
72
ocloc concat <fat binary> <fat binary> ... [-out <concatenated fat binary name>]
73
+
74
+ Return matching version for an acronym
75
+ ocloc ids dg1
76
)===";
77
78
extern "C" {
0 commit comments