Skip to content

Commit 9cb1788

Browse files
Test aspect::emulated
1 parent 244edf5 commit 9cb1788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsyclinterface/tests/test_sycl_device_aspects.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ auto build_params()
123123
sycl::aspect::usm_atomic_host_allocations),
124124
std::make_pair("usm_atomic_shared_allocations",
125125
sycl::aspect::usm_atomic_shared_allocations),
126-
std::make_pair("host_debuggable", sycl::aspect::host_debuggable));
126+
std::make_pair("host_debuggable", sycl::aspect::host_debuggable),
127+
std::make_pair("emulated", sycl::aspect::emulated));
127128

128129
auto pairs =
129130
build_param_pairs<const char *, std::pair<const char *, sycl::aspect>,

0 commit comments

Comments
 (0)