Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 21db007

Browse files
committed
Added custom exception handler to the test
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent c8d4cf7 commit 21db007

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/ESIMD/dpas/dpas_tf32.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
// The test verifies the low-level API for DPAS with 'tfloat32' types.
1515
// It checks the versions of DPAS with and without the accumulator operand.
1616

17+
#include "../esimd_test_utils.hpp"
18+
1719
#include <sycl/ext/intel/esimd.hpp>
1820
#include <sycl/sycl.hpp>
1921

@@ -22,7 +24,7 @@ using namespace sycl::ext::intel::esimd;
2224
using namespace sycl::ext::intel::experimental::esimd;
2325

2426
int main() {
25-
queue Q;
27+
queue Q(esimd_test::ESIMDSelector{}, esimd_test::createExceptionHandler());
2628

2729
constexpr int REPEAT_COUNT = 8;
2830
constexpr int SYSTOLIC_DEPTH = 8;

0 commit comments

Comments
 (0)