mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Offline compiler - fix typo in help
Change-Id: I66d1fd899d351b3f89c610b04737893d106ae296
This commit is contained in:
@@ -623,7 +623,7 @@ std::string getDevicesTypes() {
|
||||
void OfflineCompiler::printUsage() {
|
||||
|
||||
printf("Compiles CL files into llvm (.bc or .ll), gen isa (.gen), and binary files (.bin)\n\n");
|
||||
printf("cloc -file <filename> -device <device_type> [-outdir <output_dir>]\n\n");
|
||||
printf("cloc -file <filename> -device <device_type> [-out_dir <output_dir>]\n\n");
|
||||
printf(" -file <filename> Indicates the CL kernel file to be compiled.\n");
|
||||
printf(" -output <filename> Indicates output files core name.\n");
|
||||
printf(" -device <device_type> Indicates which device for which we will compile.\n");
|
||||
|
||||
Reference in New Issue
Block a user