Skip to content

Commit a43ba6b

Browse files
raaiq1bb-sycl
authored andcommitted
[SYCL] Modify test for changing namespace for intel device info extensions (intel#1178)
1 parent 51095ee commit a43ba6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/ESIMD/api/replicate_smoke.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ template <class T> bool test(queue q) {
178178
int main(int argc, char **argv) {
179179
queue q(esimd_test::ESIMDSelector{}, esimd_test::createExceptionHandler());
180180
auto dev = q.get_device();
181+
<<<<<<< HEAD
181182
const bool doublesSupported = dev.has(sycl::aspect::fp64);
183+
=======
184+
>>>>>>> be4717ca8 ([SYCL] Modify test for changing namespace for intel device info extensions (#1178))
182185
std::cout << "Running on " << dev.get_info<sycl::info::device::name>()
183186
<< "\n";
184187
bool passed = true;

0 commit comments

Comments
 (0)