Skip to content

Commit 36caa7b

Browse files
mmoadelibb-sycl
authored andcommitted
[SYCL][CUDA][HIP] Reflect namespace and path updates to relevant test. (intel#1402)
[SYCL] Reflect support of AMD, NVIDIA GPU architectures as argument of the -fsycl-targets.
1 parent b07e861 commit 36caa7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/DeviceArchitecture/device_architecture.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %s -o %t.out
44
// RUN: %t.out
55

6-
#include <sycl/ext/intel/experimental/device_architecture.hpp>
6+
#include <sycl/ext/oneapi/experimental/device_architecture.hpp>
77
#include <sycl/sycl.hpp>
88

99
using namespace sycl;
10-
using namespace sycl::ext::intel::experimental;
10+
using namespace sycl::ext::oneapi::experimental;
1111

1212
int main() {
1313
std::vector<int> vec(2);

0 commit comments

Comments
 (0)