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

Help enabling wmma instructions #1943

Open
spayne opened this issue Jun 20, 2024 · 0 comments
Open

Help enabling wmma instructions #1943

spayne opened this issue Jun 20, 2024 · 0 comments

Comments

@spayne
Copy link

spayne commented Jun 20, 2024

I used the the example at the bottom of https://github.com/ROCm/Tensile/wiki#quick-example-ubuntu to generate a set of solutions.

However, I noticed that none of the generated solutions are using the WMMA instructions. My architecture does have HasWMMA=1.

I confirmed that kernel["EnableMatrixInstructions'] is False in the kernel writer code... so that's not good - the problem is probably up the stack from there.

I thought I could add EnableMatrixInstructions to the rocblas_sgemm_example.yaml but I get an error Tensile::FATAL: Invalid parameter name: EnableMatrixInstruction

So:

  • is it possible to enable and disable matrix instructions through the yaml? If so how?
  • if not, is there another way to force this setting on or off?

Thanks!

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

No branches or pull requests

1 participant