We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51095ee commit a43ba6bCopy full SHA for a43ba6b
SYCL/ESIMD/api/replicate_smoke.cpp
@@ -178,7 +178,10 @@ template <class T> bool test(queue q) {
178
int main(int argc, char **argv) {
179
queue q(esimd_test::ESIMDSelector{}, esimd_test::createExceptionHandler());
180
auto dev = q.get_device();
181
+<<<<<<< HEAD
182
const bool doublesSupported = dev.has(sycl::aspect::fp64);
183
+=======
184
+>>>>>>> be4717ca8 ([SYCL] Modify test for changing namespace for intel device info extensions (#1178))
185
std::cout << "Running on " << dev.get_info<sycl::info::device::name>()
186
<< "\n";
187
bool passed = true;
0 commit comments