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 block size in transpose test. #5641

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

Conversation

mzient
Copy link
Contributor

@mzient mzient commented Sep 20, 2024

Category:

Bug fix (non-breaking change which fixes an issue)

Description:

On pre-release CUDA, the kernel is compiled with higher register pressure and cannot be executed with the block size we're used to. This PR checks the maximum allowable block size at run-time.

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

This PR is about a test.

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: DALI-4069

Signed-off-by: Michal Zientkiewicz <[email protected]>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18580129]: BUILD STARTED

@JanuszL JanuszL self-assigned this Sep 20, 2024
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18580129]: BUILD PASSED

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.

3 participants