Sort error handling
carpproject opened this issue · 0 comments
carpproject commented
Sort benchmark doesnt't handle errors propery:
- The result of the clEnqueueNDRangeKernel calls is not checked (the err variable is just overwritten by following calls).
- The output buffer is initialized with sorted data, which allows benchmark to pass even if no all enqueu calls failed.