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

[SYCL][ESIMD] Hotfix for tested types in ctor_load_core #798

Merged
merged 1 commit into from
Feb 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/ESIMD/api/functional/ctors/ctor_load_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int main(int, char **) {
esimd_test::createExceptionHandler());

bool passed = true;
const auto types = get_tested_types<tested_types::all>();
const auto types = get_tested_types<tested_types::core>();
const auto dims = get_all_dimensions();

const auto contexts = unnamed_type_pack<initializer, var_decl, rval_in_expr,
Expand Down