Skip to content

Commit 0096753

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web' (3 commits)
2 parents d59fffd + 7b9615c commit 0096753

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6540,7 +6540,7 @@ class OffloadingActionBuilder final {
65406540
if (GpuInitHasErrors)
65416541
return true;
65426542

6543-
int GenIndex = 0;
6543+
size_t GenIndex = 0;
65446544
// Fill SYCLTargetInfoList
65456545
for (auto &TT : SYCLTripleList) {
65466546
auto TCIt = llvm::find_if(

sycl/test-e2e/ESIMD/rdtsc.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// RUN: %{build} -o %t.out
2-
// RUN: %{run} %t.out
31
//==- rdtsc.cpp - Test to verify rdtsc0 and sr0 functionlity----------------==//
42
//
53
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -8,6 +6,11 @@
86
//
97
//===----------------------------------------------------------------------===//
108

9+
// RUN: %{build} -o %t.out
10+
// RUN: %{run} %t.out
11+
12+
// REQUIRES-INTEL-DRIVER: lin: 28690
13+
1114
// This is basic test to validate rdtsc function.
1215

1316
#include <cmath>

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/call_vadd_1d_spill.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8+
// GSD-10143
9+
// UNSUPPORTED: gpu
10+
811
/*
912
* This tests is the same as InvokeSimd/regression/call_vadd_1d_spill.cpp, but
1013
* compiles without optional subgroup attribute specified and intended to check

sycl/test-e2e/InvokeSimd/Regression/call_vadd_1d_spill.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8+
// GSD-10143
9+
// UNSUPPORTED: gpu
10+
811
// Tests invoke_simd support in the compiler/headers
912
/* This program is basically an extension of the standard vector addition
1013
* program (i.e., call_vadd_1d). The only difference is that instead of adding 2

0 commit comments

Comments
 (0)