OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

compare two sql database tabular data c# or java

giuseppe_f_1
Beginner
407 Views

hello i'm searching for a fast method for transform a tabular data to an opencl buffer or texture.
I use c# and i select two table.
Now i can use datatable.net class or a cursor in java or c#.
then what is a fast method for transform this tabular data to a buffer or texture?
Because i must compare char to char these data and return where are the difference and all this in opencl.
I have some doubt for the fields . how opencl kernel can find in what field is the compare?
I can use  a transcode bufffer?
can you help me ?
this can be useful also for other user.
thanks

0 Kudos
1 Reply
Robert_I_Intel
Employee
407 Views

Hi Giuseppe,

You might want to ask this question on Stack Overflow site, as I have no experience with the layout of data in C#.

0 Kudos
Reply