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

Commit b9f1223

Browse files
committed
Fix tests according to recent changes in compiler
1 parent eac64f8 commit b9f1223

File tree

9 files changed

+6
-198
lines changed

9 files changed

+6
-198
lines changed

SYCL/Basic/built-ins/scalar_common.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z23__spirv_ocl_fmax_commonff'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <cassert>

SYCL/Basic/built-ins/scalar_geometric.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z12__spirv_FMulff'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <cassert>

SYCL/Basic/built-ins/scalar_math_2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z18__spirv_ocl_acospif'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <array>

SYCL/Basic/built-ins/vector_common.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z23__spirv_ocl_fmax_commonDv2_fS_'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <cassert>

SYCL/Basic/built-ins/vector_geometric.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z11__spirv_DotDv2_fS_'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <cassert>

SYCL/Basic/built-ins/vector_math.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// TODO: ptxas fatal : Unresolved extern function '_Z17__spirv_ocl_fractDv2_fPU3AS0S_'
8-
// XFAIL: cuda
9-
107
#include <CL/sycl.hpp>
118

129
#include <array>

SYCL/Basic/devicelib/assert-windows.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %clangxx -fsycl -c %s -o %t.o
44
// RUN: %clangxx -fsycl %t.o %sycl_libs_dir/../bin/libsycl-msvc.o -o %t.out
55
//
6+
// FIXME: OpenCL CPU backend compiler crashes on a call to _wassert.
7+
// Disable the test until the fix reaches SYCL test infrastructure.
8+
// XFAIL: *
9+
//
610
// MSVC implementation of assert does not call an unreachable built-in, so the
711
// program doesn't terminate when fallback is used.
812
//

SYCL/Basic/functor/kernel_functor.cpp

Lines changed: 0 additions & 180 deletions
This file was deleted.

SYCL/Basic/regression/build_log.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// RUN: FileCheck %s --check-prefix=CHECK-EXPECTED-ERROR --input-file %t.out
66
// CHECK-EXPECTED-ERROR: error: backend compiler failed build
77

8+
// XFAIL: cuda || windows
9+
810
#include <stdio.h>
911
#include <CL/sycl.hpp>
1012

0 commit comments

Comments
 (0)