Skip to content

Commit 5847a3a

Browse files
[SYCL][CUDA][HIP] Reflect namespace and path updates to relevant test. (intel#1402) (intel#1500)
[SYCL] Reflect support of AMD, NVIDIA GPU architectures as argument of the -fsycl-targets. Co-authored-by: mmoadeli <[email protected]>
1 parent 1c8123d commit 5847a3a

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)