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

Disable txsv intel gpu #524

Merged
merged 11 commits into from
Jul 15, 2024
Merged

Conversation

s-Nick
Copy link
Collaborator

@s-Nick s-Nick commented Jun 28, 2024

This PR disables txsv operators specifically for Intel ARC and Intel GPU Max GPUs by adding a runtime check on device type, vendor, and name.

The new exception is caught in our test suite, allowing us to flag the test as skipped. In cases where TUNING_TARGET is INTEL_GPU or DPCPP_SYCL_ARCH matches specific ARC or GPU Max targets, txsv tests are not added to ctest.

include/blas_meta.h Outdated Show resolved Hide resolved
include/blas_meta.h Show resolved Hide resolved
include/blas_meta.h Outdated Show resolved Hide resolved
include/blas_meta.h Show resolved Hide resolved
include/portblas_helper.h Outdated Show resolved Hide resolved
include/portblas_helper.h Outdated Show resolved Hide resolved
s-Nick added 11 commits July 4, 2024 10:14
Convert check for intel gpu support from macro to function in portblas_helper
Add try/catch to txsv tests to skip it if the operator is not
implemented.
Since the support for txsv is checked before calling the implemantion,
exception for Arc and GPU MAx is raised before so it is possible to have
a default configuration working on iGPUs.

Signed-off-by: nscipione <[email protected]>
throw() was deprecated moving to modern approach with noexcept
Update if-checks to cmake best practice
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.

4 participants