mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
cl20: Fix compilation in D3D cases (#394)
* Fix compilation in D3D cases * Use existing harness include search path.
This commit is contained in:
committed by
Kévin Petit
parent
5e22db59ae
commit
28cf6de10f
@@ -40,7 +40,7 @@ typedef unsigned char UINT8;
|
|||||||
#include <CL/cl_d3d10.h>
|
#include <CL/cl_d3d10.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "errorHelpers.h"
|
#include "errorHelpers.h"
|
||||||
#include "../test_common/harness/kernelHelpers.h"
|
#include "kernelHelpers.h"
|
||||||
|
|
||||||
// #define log_info(...) printf(__VA_ARGS__)
|
// #define log_info(...) printf(__VA_ARGS__)
|
||||||
// #define log_error(...) printf(__VA_ARGS__)
|
// #define log_error(...) printf(__VA_ARGS__)
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ typedef unsigned char UINT8;
|
|||||||
#include <CL/cl_d3d11.h>
|
#include <CL/cl_d3d11.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "errorHelpers.h"
|
#include "errorHelpers.h"
|
||||||
|
#include "kernelHelpers.h"
|
||||||
|
|
||||||
// #define log_info(...) printf(__VA_ARGS__)
|
// #define log_info(...) printf(__VA_ARGS__)
|
||||||
// #define log_error(...) printf(__VA_ARGS__)
|
// #define log_error(...) printf(__VA_ARGS__)
|
||||||
|
|||||||
Reference in New Issue
Block a user