Duncan McBain
Duncan McBain
The `cl_` types are not needed in general, however they should still be kept in the OpenCL C interop sample code.
The placeholder-accessors sample uses an old API. It should be updated to use the new one (i.e. bind the buffer to the accessor on creation, then use `handler::require` with just...
Some misleading comments were removed, and types names updated to match the 2020 specification.
We should add lots more comments to the solutions, in particular delineating the difference between the USM and buffer variants.