Michal Babej

Results 91 comments of Michal Babej

> On my side, I have installed LLVM 14 and 15; I am wondering if is possible to compile pocl using these compilers and not using OpenCL 3.0 I think...

Yeah this problem has been known for some time. Because the basic driver doesn't implement the `ops->wait_event` callback, the code in `clWaitForEvents()` falls back to calling `clFinish()`, which gets stuck...

With very long traces and seemingly nonsensical errors, my first guess is that the `-std=XYZ` compiler flag is incorrect. However, in the case of files from `lib/llvmopencl`, they are compiled...

CMake should be now more compatible with upstream HIP in master, although i have only tried it on a few samples. Please try it out and see if it works....

Sorry, i'm not aware of what is "hip::device" and what should it provide. Haven't seen it in the HIP CMake code. We could add an empty target but i'm not...

The hipcl library code should be mostly independent of the clang/LLVM version, what needs to be done is someone forward-porting the Clang 8 patches which were done as part of...

You can create two proxy devices, but this only creates an illusion of partitioning. I don't know if that's useful for your usecase. For real partitioning to happen, it must...

It should also cover more special cases. E.g. both of these two: `printf("")` `printf("%s", "")` .. should print an empty string. Furthermore, i think the test of printf with NaN...

Removed the first two commits from the PR; i did not realize there was already an open PR with those.

rebased on main. should be ready for review.