Skip to content

Commit 9c4aab8

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web' (3 commits)
2 parents ab66ccc + 23fa10d commit 9c4aab8

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101
#include <map>
102102
#include <memory>
103103
#include <optional>
104-
#include <regex>
105-
#include <sstream>
106104
#include <set>
107105
#include <utility>
108106
#if LLVM_ON_UNIX

sycl/test-e2e/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// It is expected for destination simd instance to store a bitwise same data as
1616
// the reference one.
1717

18-
// https://github.com/intel/llvm/issues/14650
19-
// UNSUPPORTED: linux
20-
2118
#include "ctor_load_usm.hpp"
2219

2320
using namespace esimd_test::api::functional;

sycl/test-e2e/InvokeSimd/Spec/clang_run_error/reference_argument.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// RUN: not %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out 2>&1 | FileCheck
1+
// RUN: not %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %s -o %t.out 2>&1 | FileCheck %s
22
//
3-
// TODO FIXME: Currently compile fail with "no or multiple invoke_simd targets
4-
// found"
5-
// XFAIL: gpu
63
/*
74
* Test case specification: Test and report errors if reference argument is
85
* passed to invoked ESIMD function
@@ -79,7 +76,7 @@ int main(void) {
7976

8077
float res = invoke_simd(sg, SIMD_CALLEE<int_ref>, uniform{A},
8178
B[wi_id], uniform{i});
82-
// CHECK: TODO FIXME
79+
// CHECK: invoke_simd does not support callables with reference arguments
8380
C[wi_id] = res;
8481
});
8582
});

sycl/test-e2e/InvokeSimd/Spec/simd_size/simd32_platform_error.cpp

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

0 commit comments

Comments
 (0)