opencl-intercept-layer
opencl-intercept-layer copied to clipboard
Intercept Layer for Debugging and Analyzing OpenCL Applications
## Observed Behavior We can currently inject build options and compile options but not link options. ## Desired Behavior Support injecting link options also. Note that this is a little...
## Observed Behavior Unable to collect MD metrics from given adapter in multi adapter scenario. ## Desired Behavior Collecting MD metrics from any adapter. ## Steps to Reproduce - Use...
## Observed Behavior Profiling my application with `CLI_DevicePerfCounterTimeBasedSampling=1` gives me the message `E:[MDAPI]: enable timer mode escape failed MDAPI Helper: OpenIoStream failed 42` ## Desired Behavior I would like to...
## Observed Behavior If one enables buffer dumps for multiple (may be all) buffers, the dumps occupy large space, running into several giga bytes. The need for such a large...
## Observed Behavior For example clGetPlatformIDs omits arguments and uses `,` separator instead of `:` like all other API calls >>>> clGetPlatformIDs, EnqueueCounter: 1 ^ uses comma Host Time for...
Implements #305 ## Description of Changes Added a control `DetectNaNs (bool)`, when set to true, it checks all images/buffers which are of floating point type after and before an enqueue...
Add a control which checks all fp buffers/images for NaNs, outputs the first kernel which causes such a NaN to appear. Possibly before and after a kernel enqueue, to prevent...
If set, CLIntercept will terminate the application on achieved enqueue count. Useful to debug iapplications with sporadic issues. (In general, it is desirable to create an issue for discussion before...
Hi, team When I am trying to use cliloader on windows, I met an error: `cliloader Error: loading DLL: The specified module could not be found.` The build option I...
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 4.1.6 to 4.1.7 Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump the minor-npm-dependencies group...