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

Cuda : Statistic Qualifier #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

djwoun
Copy link
Contributor

@djwoun djwoun commented Feb 3, 2025

Pull Request Description

Adding new statistic qualifier to the CUDA component.
Modified cuda component test script to fit the new event names.
Modified cuda component's event table. Hash table key's with name without stat value. The table value now contains the struct StringVector for stats.
Created StringVector struct to use a string vector for statistic values.
Data type changes for functions(use 32bits)

f480050494f123331e512a9df002094b

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
    Cuda Component Tests
    Hopper1:master 12 Pass 1 Fail
    Hopper1:cuda_qual 12 Pass 1 Fail
    Methane:master 12 Pass 1 Fail
    Methane:cuda_qual 13 Pass 0 Fail
    leconte:master 8 Pass 5 Fail
    leconte:cuda_qual 8 Pass 5 Fail

The PR needs to pass all the tests

@djwoun djwoun force-pushed the cuda_qual branch 3 times, most recently from 0786bce to dfcc28e Compare February 3, 2025 16:52
@djwoun djwoun marked this pull request as ready for review February 3, 2025 16:59
@Treece-Burgess Treece-Burgess added status-ready-for-review PR is ready to be reviewed component-cuda PRs and Issues related to the cuda component type-feature Issues that request a new feature or PRs that add a new feature labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-cuda PRs and Issues related to the cuda component status-ready-for-review PR is ready to be reviewed type-feature Issues that request a new feature or PRs that add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants