Adjust clang format to the new versions, revert broken macro layout (#714)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ed877433f3
Коммит
2ff2316227
@@ -31,8 +31,7 @@ THE SOFTWARE.
|
||||
* Contains performance tests for kernel launch overhead benchmarking.
|
||||
*/
|
||||
|
||||
template <KernelType kernel_type, bool timer_type>
|
||||
class LaunchKernelBenchmark
|
||||
template <KernelType kernel_type, bool timer_type> class LaunchKernelBenchmark
|
||||
: public KernelLaunchBenchmark<LaunchKernelBenchmark<kernel_type, timer_type>, timer_type> {
|
||||
public:
|
||||
constexpr void LaunchKernel() {
|
||||
|
||||
Ссылка в новой задаче
Block a user