mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
cl21: Fix compilation in D3D cases (#393)
* Fix compilation in D3D cases * Use existing harness include search path.
This commit is contained in:
committed by
Kévin Petit
parent
912bfbe466
commit
9daeca00ea
@@ -40,7 +40,7 @@ typedef unsigned char UINT8;
|
||||
#include <CL/cl_d3d10.h>
|
||||
#include <stdio.h>
|
||||
#include "errorHelpers.h"
|
||||
#include "../test_common/harness/kernelHelpers.h"
|
||||
#include "kernelHelpers.h"
|
||||
|
||||
// #define log_info(...) printf(__VA_ARGS__)
|
||||
// #define log_error(...) printf(__VA_ARGS__)
|
||||
|
||||
@@ -41,7 +41,7 @@ typedef unsigned char UINT8;
|
||||
#include <CL/cl_d3d11.h>
|
||||
#include <stdio.h>
|
||||
#include "errorHelpers.h"
|
||||
#include "../test_common/harness/kernelHelpers.h"
|
||||
#include "kernelHelpers.h"
|
||||
|
||||
// #define log_info(...) printf(__VA_ARGS__)
|
||||
// #define log_error(...) printf(__VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user