sycl-blas icon indicating copy to clipboard operation
sycl-blas copied to clipboard

Disable txsv intel gpu

Open s-Nick opened this issue 7 months ago • 0 comments

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.

s-Nick avatar Jun 28 '24 08:06 s-Nick