Make it possible to run kernel_read_write on a 1.x implementation (#615)

Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
Kévin Petit
2020-02-24 10:29:30 +00:00
committed by GitHub
parent 2cb73ba685
commit ec3959bfd1
8 changed files with 41 additions and 60 deletions

View File

@@ -0,0 +1,5 @@
#include "../testBase.h"
extern cl_sampler create_sampler(cl_context context, image_sampler_data *sdata, bool test_mipmaps, cl_int *error);