mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Switch clang-format to 6.0
Change-Id: Id96d1f47fb3d479d10d1022f1259dc030a148192 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@ -24,4 +24,4 @@ namespace OCLRT {
|
||||
// max time per single test iteration
|
||||
unsigned int ultIterationMaxTime = 180;
|
||||
bool useMockGmm = false;
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@ -45,4 +45,4 @@ struct CommandEnqueueAUBFixture : public CommandEnqueueBaseFixture,
|
||||
CommandEnqueueBaseFixture::TearDown();
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@ -34,4 +34,4 @@ namespace OCLRT {
|
||||
struct AUBHelloWorldFixtureFactory : public HelloWorldFixtureFactory {
|
||||
typedef AUBCommandStreamFixture CommandStreamFixture;
|
||||
};
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
@ -97,4 +97,4 @@ class RunKernelFixture : public CommandEnqueueAUBFixture {
|
||||
return pProgram;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
@ -56,11 +56,11 @@ struct SimpleArgFixture : public FixtureFactory::IndirectHeapFixture,
|
||||
typedef typename FixtureFactory::CommandQueueFixture CommandQueueFixture;
|
||||
typedef typename FixtureFactory::KernelFixture KernelFixture;
|
||||
|
||||
using AUBCommandStreamFixture::SetUp;
|
||||
using CommandQueueFixture::pCmdQ;
|
||||
using CommandStreamFixture::pCS;
|
||||
using KernelFixture::pKernel;
|
||||
using IndirectHeapFixture::SetUp;
|
||||
using AUBCommandStreamFixture::SetUp;
|
||||
using KernelFixture::pKernel;
|
||||
using SimpleArgKernelFixture::SetUp;
|
||||
|
||||
SimpleArgFixture()
|
||||
@ -112,4 +112,4 @@ struct SimpleArgFixture : public FixtureFactory::IndirectHeapFixture,
|
||||
void *pExpectedMemory;
|
||||
size_t sizeUserMemory;
|
||||
};
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
Reference in New Issue
Block a user