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

intel_gpu: move destruction functions #231

Closed

Conversation

dbarry9
Copy link
Contributor

@dbarry9 dbarry9 commented Sep 6, 2024

Pull Request Description

Implements PAPI_destroy_eventset() functionality for the intel_gpu component.
The functions used to free data structures used in the Level Zero API should only be called when an eventset is being destroyed; whereas, they were erroneously being called upon PAPI_stop().

This Pull Request addresses Issue #227.

These changes have been tested on the Intel Ponte Vecchio architecture.

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

Implements PAPI_destroy_eventset() functionality for the intel_gpu
component.
The functions used to free data structures used in the Level Zero API
should only be called when an eventset is being destroyed; whereas,
they were erroneously being called upon PAPI_stop().

These changes have been tested on the Intel Ponte Vecchio architecture.
@dbarry9 dbarry9 added the draft Do not merge (yet) label Sep 6, 2024
@dbarry9 dbarry9 closed this Oct 3, 2024
@dbarry9
Copy link
Contributor Author

dbarry9 commented Oct 3, 2024

Closing this PR to create a more comprehensive one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Do not merge (yet)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant