File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ struct TestDPCTLSyclDeviceInterfaceAspects
163
163
EXPECT_NO_FATAL_FAILURE (DRef = DPCTLDevice_CreateFromSelector (DSRef));
164
164
if (!DRef)
165
165
GTEST_SKIP_ (" Device not found" );
166
- auto D = unwrap<device>(DRef);
166
+ auto D = unwrap<sycl:: device>(DRef);
167
167
auto syclAspect = GetParam ().second .second ;
168
168
try {
169
169
hasAspect = D->has (syclAspect);
Original file line number Diff line number Diff line change 24
24
// /
25
25
// ===----------------------------------------------------------------------===//
26
26
27
+ #include " dpctl_device_selection.hpp"
27
28
#include " dpctl_sycl_device_interface.h"
28
29
#include " dpctl_sycl_device_manager.h"
29
30
#include " dpctl_sycl_device_selector_interface.h"
32
33
#include < gtest/gtest.h>
33
34
#include < string>
34
35
36
+ using dpctl::syclinterface::dpctl_default_selector;
37
+
35
38
struct TestDPCTLDeviceManager : public ::testing::TestWithParam<const char *>
36
39
{
37
40
DPCTLSyclDeviceSelectorRef DSRef = nullptr ;
You can’t perform that action at this time.
0 commit comments