Skip to content

Commit 8d241d4

Browse files
authored
[SYCL][Test] Add std::complex kernel test. (#1711)
Signed-off-by: haonanya <[email protected]>
1 parent 76eab93 commit 8d241d4

File tree

3 files changed

+351
-652
lines changed

3 files changed

+351
-652
lines changed

sycl/test/devicelib/math_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef MATH_UTILS
2-
#include <complex>
2+
#include <cmath>
33
#include <limits>
44

55
// Since it is not proper to compare float point using operator ==, this

0 commit comments

Comments
 (0)