mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Adding info about ocloc's multidevice compilation
Related-To: NEO-3920 Change-Id: Ifa5805f5be6add092e70a39e35892600de7d26a5
This commit is contained in:
@@ -226,7 +226,6 @@ int buildFatbinary(int argc, const char *argv[]) {
|
||||
if ((ConstStringRef("-device") == currArg) && hasMoreArgs) {
|
||||
deviceArgIndex = argIndex + 1;
|
||||
++argIndex;
|
||||
break;
|
||||
} else if ((CompilerOptions::arch32bit == currArg) || (ConstStringRef("-32") == currArg)) {
|
||||
pointerSizeInBits = "32";
|
||||
} else if ((CompilerOptions::arch64bit == currArg) || (ConstStringRef("-64") == currArg)) {
|
||||
|
||||
Reference in New Issue
Block a user