Pekka Jääskeläinen

Results 418 comments of Pekka Jääskeläinen

This still fails with Intel OpenCL CPU, so keeping it open.

Seems CMake searches only for *.so. In our case since we ship OpenCL headers, we could just use the so.1 without installing ocl-icd-opencl-dev or other dev package which brings in...

Yeah, so I thought before taking a look at chipStar's CMake conf which uses it directly.

Thus, setting only LD_LIBRARY_PATH instead of both the cmake's build time and the runtime path suffices here.

Seems we lack all kind of SVM ptr info passing in the code base?

Does it fail still? Can we enable the test on Intel/PoCL CPU?

Still fails on Intel-CPU. PoCL-CPU works. Do we set the SVM markups for the global initializers correctly @linehill? Might be a driver bug too.

The basic plan so far has been to add a shadow buffer to the kernel which is basically the "heap" when the kernel calls malloc/free and implement dynamic memory management...