mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Add includes to make .h files self-contained (#526)
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#ifndef TEST_CONFIG_H
|
#ifndef TEST_CONFIG_H
|
||||||
#define TEST_CONFIG_H
|
#define TEST_CONFIG_H
|
||||||
|
|
||||||
|
#include <CL/cl.h>
|
||||||
|
|
||||||
#define MULTITHREAD 1
|
#define MULTITHREAD 1
|
||||||
|
|
||||||
#define kVectorSizeCount 5
|
#define kVectorSizeCount 5
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#ifndef TESTS_H
|
#ifndef TESTS_H
|
||||||
#define TESTS_H
|
#define TESTS_H
|
||||||
|
|
||||||
|
#include <CL/cl.h>
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
AS_Global,
|
AS_Global,
|
||||||
|
|||||||
Reference in New Issue
Block a user