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/Hip occupancy calculator functions #1500

Open
4 of 5 tasks
MrBurmark opened this issue Jun 22, 2023 · 0 comments
Open
4 of 5 tasks

Cuda/Hip occupancy calculator functions #1500

MrBurmark opened this issue Jun 22, 2023 · 0 comments

Comments

@MrBurmark
Copy link
Member

MrBurmark commented Jun 22, 2023

The cuda and hip occupancy calculator functions have a couple issues.

  • - They are not thread safe
  • - They use -1 directly instead of using a named integer, something like uninitialized_value
  • - They use incompatible types that cause a compile error when used in certain ways
  • - They use different types between the cuda and hip backends
  • - They do not have adequate documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants