- [x] `SparkCL.Memory` suggests similar functionality to `Memory` class interface of `opencl.hpp`, while it's rather a wrapper around `Buffer`. - [ ] `OCLHelper` is written under assumption that Buffer and Memory Object are exactly the same thing. - [x] Command Queue properties are hardcoded - [ ] `OCLHelper.FromFilename` should reside inside `SparkCL`. It at least should accept options. - [ ] `NDRange` should probably accept other integer types
SparkCL.Memorysuggests similar functionality toMemoryclass interface ofopencl.hpp, while it's rather a wrapper aroundBuffer.OCLHelperis written under assumption that Buffer and Memory Object are exactly the same thing.OCLHelper.FromFilenameshould reside insideSparkCL. It at least should accept options.NDRangeshould probably accept other integer types