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

Enable trsm test on NVIDIA GPUs when using DEFAULT TUNING_TARGET #518

Merged
merged 2 commits into from
May 27, 2024

Conversation

s-Nick
Copy link
Collaborator

@s-Nick s-Nick commented May 23, 2024

This PR fixes the error in trsm that led to disable its tests. Adding special icpx flag -mllvm=loopopt=0 to the linker solves the issue. A minor change was necessary to compile gemm with mixed precision for default TUNING_TARGET.

Using DEFAULT as TUNING_TARGET highlighted a missing flag for nvidia
compilation using icpx compiler. Adding flag to linker and enable back
trsm tests.

Signed-off-by: nscipione <nicolo.scipione@codeplay.com>
@s-Nick s-Nick merged commit a27dcab into codeplaysoftware:master May 27, 2024
3 checks 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.

None yet

3 participants