Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with intercept layer and zesInit/zeInit given fallback to passthrough #183

Merged
merged 5 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. Fix zesInit And zeInit ddi table and usable driver updates

    - Enable zesInit to check for usable drivers thru zelLoaderDriverCheck.
    - If a driver check was already done, then this call is skipped to avoid
      breaking existing allocated handles.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7bcc564 View commit details
    Browse the repository at this point in the history
  2. Fix image/sampler handle map for thread safety

    - Added lock for usage of image/sampler map for thread safe operation.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3faf300 View commit details
    Browse the repository at this point in the history
  3. Fix zetCommandListAppendMetricQueryEnd for phWaitEvent handle transla…

    …tion
    
    - Fixed zetCommandListAppendMetricQueryEnd to properly translate
      handles.
    
    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    35bd009 View commit details
    Browse the repository at this point in the history
  4. Fix map erase, typo, and variable name inconsistency

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e6eec45 View commit details
    Browse the repository at this point in the history
  5. Add comment on workaround for zeCommandListAppendMetricQueryEnd

    Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
    nrspruit committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e76e74b View commit details
    Browse the repository at this point in the history