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 1c8123d commit 5847a3aCopy full SHA for 5847a3a
SYCL/DeviceArchitecture/device_architecture.cpp
@@ -3,11 +3,11 @@
3
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %s -o %t.out
4
// RUN: %t.out
5
6
-#include <sycl/ext/intel/experimental/device_architecture.hpp>
+#include <sycl/ext/oneapi/experimental/device_architecture.hpp>
7
#include <sycl/sycl.hpp>
8
9
using namespace sycl;
10
-using namespace sycl::ext::intel::experimental;
+using namespace sycl::ext::oneapi::experimental;
11
12
int main() {
13
std::vector<int> vec(2);
0 commit comments