opencl-intercept-layer icon indicating copy to clipboard operation
opencl-intercept-layer copied to clipboard

SYCL Replay Error

Open steverangel opened this issue 7 months ago • 3 comments

Error replaying kernel using SYCL and Intel(R) oneAPI DPC++/C++ Compiler 2025.0.4 (2025.0.4.20241205)

Pointers to device memory input do not get processed by the Python run.py script correctly.

python3.10 --version Python 3.10.10

python3.10 run.py Traceback (most recent call last): File "/home/rangel/CLIntercept_Dump/sycl_axpy/Replay/Enqueue_2__ZTS11AXPYFunctor/run.py", line 75, in input_buffer_ptrs[arguments[idx]].append(idx) KeyError: 1

Enqueue_2__ZTS11AXPYFunctor.tar.gz

readme.txt

steverangel avatar May 21 '25 16:05 steverangel