Skip to content

add the program object to a few missing APIs for call logging #416

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

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

bashbaug
Copy link
Contributor

Description of Changes

Adds the program object to CallLogging for clGetProgramInfo and clGetProgramBuildInfo.

Testing Done

Used to track down a bug where the wrong program object was being queried for the build log.

@bashbaug bashbaug requested a review from Copilot April 29, 2025 22:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the program object to the logging output for clGetProgramInfo and clGetProgramBuildInfo to aid in debugging issues related to querying the correct program build log.

  • Updated logging call in clGetProgramInfo to include the program pointer.
  • Updated logging call in clGetProgramBuildInfo to include the program pointer.

@bashbaug bashbaug merged commit f92707f into intel:main Apr 29, 2025
8 checks passed
@bashbaug bashbaug deleted the program-logging branch April 29, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant