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:
@@ -16,6 +16,8 @@
|
||||
#ifndef TEST_CONFIG_H
|
||||
#define TEST_CONFIG_H
|
||||
|
||||
#include <CL/cl.h>
|
||||
|
||||
#define MULTITHREAD 1
|
||||
|
||||
#define kVectorSizeCount 5
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#ifndef TESTS_H
|
||||
#define TESTS_H
|
||||
|
||||
#include <CL/cl.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
AS_Global,
|
||||
|
||||
Reference in New Issue
Block a user