We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaf6a1 commit 2ca29f1Copy full SHA for 2ca29f1
sycl/test-e2e/syclcompat/math/math_fixt.hpp
@@ -282,6 +282,7 @@ class UnaryOpTestLauncher : OpTestLauncher {
282
syclcompat::wait();
283
syclcompat::memcpy<ResultT>(&res_h_, res_, data_size_);
284
285
+ CHECK_PRINT(ResultT, res_h_, expected);
286
CHECK(ResultT, res_h_, expected);
287
}
288
};
@@ -333,6 +334,7 @@ class TernaryOpTestLauncher : OpTestLauncher {
333
334
335
336
337
338
339
340
0 commit comments