mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Format subgroups tests according to clang-format (#745)
* Format subgroups tests to clang-format * Format issue - fix do/while issue
This commit is contained in:
committed by
GitHub
parent
a6c3d921ae
commit
ec32bd9b5e
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// Copyright (c) 2017 The Khronos Group Inc.
|
||||
//
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
@@ -30,11 +30,16 @@ extern MTdata gMTdata;
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int test_sub_group_info(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_work_item_functions(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_work_group_functions(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_barrier_functions(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_pipe_functions(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_sub_group_info(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_work_item_functions(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_work_group_functions(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_barrier_functions(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_pipe_functions(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user