File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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.
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>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments