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

[FEA]: Allow tests to skip kernel launch when run with NVRTC #433

Closed
1 task done
ahendriksen opened this issue Sep 12, 2023 · 0 comments · Fixed by #434
Closed
1 task done

[FEA]: Allow tests to skip kernel launch when run with NVRTC #433

ahendriksen opened this issue Sep 12, 2023 · 0 comments · Fixed by #434
Labels
feature request New feature or request.

Comments

@ahendriksen
Copy link
Contributor

Is this a duplicate?

Area

libcu++

Is your feature request related to a problem? Please describe.

Some tests cannot run without host code preparing some data structures. This is the case for TMA tests that need a CUtensorMap that can (currently) only be created on the host.

It would be nice to have tests that:

  • do compile under NVRTC
  • device code is not actually run undert NVRTC

Describe the solution you'd like

A tag in the test file that allows skipping kernel launch under NVRTC.

Describe alternatives you've considered

No response

Additional context

This came up during the development of #379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant