Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL][CUDA] Revert experimental/builtins.hpp includes #1076

Merged
merged 2 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion SYCL/BFloat16/bfloat16_builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -Xsycl-target-backend --cuda-gpu-arch=sm_80
// RUN: %t.out
#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion SYCL/DeviceLib/built-ins/ext_native_math.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// test is compiled with the -fsycl-device-code-split flag

#include <cassert>
#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

template <typename T> void assert_out_of_bound(T val, T lower, T upper) {
Expand Down
1 change: 0 additions & 1 deletion SYCL/DeviceLib/built-ins/printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include <cstdint>
Expand Down
1 change: 0 additions & 1 deletion SYCL/ESIMD/printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "esimd_test_utils.hpp"

#include <sycl/ext/intel/esimd.hpp>
#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include <cstdint>
Expand Down
1 change: 0 additions & 1 deletion SYCL/Matrix/element_wise_wi_marray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX=3 %s -o %t.out
// RUN: %t.out

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

using namespace sycl;
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
// CHECK: literal strings: s=Hello World!
// CHECK_DISABLED: non-literal strings: s=Hello, World! ls=

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include <cstring>
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/double.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include <iostream>

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include "helper.hpp"
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include <iostream>

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include "helper.hpp"
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.constant.out %GPU_CHECK_PLACEHOLDER
// RUN: %ACC_RUN_PLACEHOLDER %t.constant.out %ACC_CHECK_PLACEHOLDER

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include "helper.hpp"
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/long.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.constant.out %GPU_CHECK_PLACEHOLDER
// RUN: %ACC_RUN_PLACEHOLDER %t.constant.out %ACC_CHECK_PLACEHOLDER

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include "helper.hpp"
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/mixed-address-space.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// CHECK: Constant addrspace literal
// CHECK: Generic addrspace literal

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include "helper.hpp"
Expand Down
1 change: 0 additions & 1 deletion SYCL/Printf/percent-symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
// CHECK: %c %s %d %i %o %x %X %u
// CHECK-NEXT: %f %F %e %E %a %A %g %G %n %p

#include <sycl/ext/oneapi/experimental/builtins.hpp>
#include <sycl/sycl.hpp>

#include <cstring>
Expand Down