SWDEV-123456 - use only specific lines (#573)
* SWDEV-123456 - use only specific lines * SWDEV-123456 - only run clang on diff between PR target and current
This commit is contained in:
committed by
GitHub
szülő
4c2405b108
commit
ccb31fdf9d
@@ -42,7 +42,7 @@ RUNTIME_ENTRY(cl_int, clGetDeviceIDsFromDX9MediaAdapterKHR,
|
||||
static const bool VALIDATE_ONLY = true;
|
||||
|
||||
if (platform != NULL && platform != AMD_PLATFORM) {
|
||||
LogWarning("\"platrform\" is not a valid AMD platform");
|
||||
LogWarning("\"platform\" is not a valid AMD platform");
|
||||
return CL_INVALID_PLATFORM;
|
||||
}
|
||||
// check if input parameter are correct
|
||||
|
||||
Reference in New Issue
Block a user