opencl Pseudo-Random Number Generator Kernel Example

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

ParameterDetails
__global unsigned int * rnd_bufferunsigned int is standardised by the OpenCL standard as being 32-bit
*__global means device's main memory for read/write access
*rnd_buffer is just a name in scope of "opencl program"(not host but device)


Got any opencl Question?