Skip to content

Commit 3836b41

Browse files
committed
[SYCL] modify std_complex_math_fp64_test.cpp and std_complex_math_test.cpp, as math_utils.hpp changes
Signed-off-by: haonanya <[email protected]>
1 parent 79dce3e commit 3836b41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sycl/test/devicelib/std_complex_math_fp64_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <CL/sycl.hpp>
55
#include <cassert>
66
#include "math_utils.hpp"
7+
using namespace std;
78

89
namespace s = cl::sycl;
910
constexpr s::access::mode sycl_read = s::access::mode::read;

sycl/test/devicelib/std_complex_math_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <cassert>
66
#include "math_utils.hpp"
77

8+
using namespace std;
9+
810
namespace s = cl::sycl;
911
constexpr s::access::mode sycl_read = s::access::mode::read;
1012
constexpr s::access::mode sycl_write = s::access::mode::write;

0 commit comments

Comments
 (0)