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

Intercept Layer for Debugging and Analyzing OpenCL Applications

Results 15 opencl-intercept-layer issues
Sort by recently updated
recently updated
newest added

## Observed Behavior A few warnings have crept into the MacOS builds. We should fix these: ``` /Users/runner/work/opencl-intercept-layer/opencl-intercept-layer/intercept/src/intercept.cpp:10290:21: warning: variable 'nameSize' set but not used [-Wunused-but-set-variable] size_t nameSize = 0;...

## Description of Changes On Windows, if the child thread to replace functions cannot be created, we should still continue, since loading the intercept layer OpenCL.dll in the child process...

## Observed Behavior N/A, this is a new feature request. ## Desired Behavior For some types of performance analysis it can be helpful to understand how many API calls and...

## Observed Behavior The current default behavior for chrome traces is to put host API calls from each thread on their own "track", and device commands for each OpenCL command-queue...

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...