compute icon indicating copy to clipboard operation
compute copied to clipboard

2D image depth contradiction

Open etomzak opened this issue 6 years ago • 0 comments

include/boost/compute/image/image2d.hpp defines image_depth = 1, but test/test_image2d.cpp (get_info) tests that CL_IMAGE_DEPTH is 0. I'm not sure exactly what this test is trying to do, but I believe 0 is correct [source S 5.3.7].

etomzak avatar Oct 15 '19 14:10 etomzak