mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
clang-tidy cleanup
Related-To: NEO-3676 Change-Id: I538c4ee3a370a71a7e470a441cd101c9ed1b285d Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -30,7 +30,7 @@ namespace NEO {
|
||||
class DeviceFactory;
|
||||
struct HardwareInfo;
|
||||
|
||||
struct DeviceDescriptor {
|
||||
struct DeviceDescriptor { // NOLINT(clang-analyzer-optin.performance.Padding)
|
||||
unsigned short deviceId;
|
||||
const HardwareInfo *pHwInfo;
|
||||
void (*setupHardwareInfo)(HardwareInfo *, bool);
|
||||
|
||||
Reference in New Issue
Block a user