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

Commit 3caa016

Browse files
authored
[SYCL][ESIMD] Replace using tested_types::all with tested_types::core (#798)
1 parent 2206708 commit 3caa016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/api/functional/ctors/ctor_load_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ int main(int, char **) {
216216
esimd_test::createExceptionHandler());
217217

218218
bool passed = true;
219-
const auto types = get_tested_types<tested_types::all>();
219+
const auto types = get_tested_types<tested_types::core>();
220220
const auto dims = get_all_dimensions();
221221

222222
const auto contexts = unnamed_type_pack<initializer, var_decl, rval_in_expr,

0 commit comments

Comments
 (0)