cl20: Fix Issue #35 - ask for capability size. Too small size could cause errors (#95)

* Fix Issue #35 - ask for capability size. Too small size could cause errors

* Fix Issue #35 - fix windows compilation failure

* Fix Issue #35 - Review fixes

* Fix Issue #35 - Review fixes - build issues fixed
This commit is contained in:
Grzegorz Wawiorko
2019-05-23 19:20:59 +02:00
committed by Kévin Petit
parent 0fce6d5d62
commit 51db6e87cf
6 changed files with 53 additions and 31 deletions

View File

@@ -40,6 +40,7 @@ typedef unsigned char UINT8;
#include <CL/cl_d3d10.h>
#include <stdio.h>
#include "errorHelpers.h"
#include "../test_common/harness/kernelHelpers.h"
// #define log_info(...) printf(__VA_ARGS__)
// #define log_error(...) printf(__VA_ARGS__)