Skip to content

Commit 711282e

Browse files
committed
Fix conflict in following files:
.github/CODEOWNERS SYCL/DeprecatedFeatures/kernel-and-program.cpp SYCL/ESIMD/histogram_raw_send.cpp SYCL/lit.cfg.py
1 parent f33911a commit 711282e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ SYCL/DeviceCodeSplit @intel/dpcpp-tools-reviewers
1414

1515
# Explicit SIMD
1616
config_sycl/esimd* @kychendev @kbobrovs @v-vklochkov
17-
SYCL/ESIMD @kbobrovs @v-klochkov @sndmitriev
17+
SYCL/ESIMD @intel/dpcpp-esimd-reviewers
1818

1919
# Functor
2020
SYCL/Functor @AlexeySachkov
21-
SYCL/ESIMD @intel/dpcpp-esimd-reviewers
2221

2322
# Group algorithms
2423
SYCL/GroupAlgorithm @Pennycook @intel/llvm-reviewers-runtime
@@ -37,7 +36,7 @@ SYCL/Printf @intel/dpcpp-tools-reviewers
3736
SYCL/SeparateCompile @intel/dpcpp-tools-reviewers
3837

3938
# Specialization constant
40-
SYCL/SpecConstants @kbobrovs
39+
SYCL/SpecConstants @intel/dpcpp-tools-reviewers
4140

4241
# Unified Shared Memory (USM)
4342
SYCL/USM @jbrodman @sergey-semenov
@@ -67,4 +66,3 @@ SYCL_ESIMD_EMBARGO/ESIMD/EMBARGO/lsc @fveselov
6766
SYCL_ESIMD_EMBARGO/ESIMD/EMBARGO/named_barriers @fveselov
6867
# XPTI and XPTI Framework
6968
SYCL/XPTI @intel/llvm-reviewers-runtime
70-
SYCL/SpecConstants @intel/dpcpp-tools-reviewers

SYCL/ESIMD/histogram_raw_send.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: gpu-intel-dg1,cuda,hip
11-
// UNSUPPORTED: cuda || hip
1211
// UNSUPPORTED: ze_debug-1,ze_debug4
1312
// RUN: %clangxx -fsycl %s -o %t.out
1413
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/lit.cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@
160160
# x86_64-pc-windows-msvc will cause compile time error on some
161161
# configurations
162162
config.substitutions.append( ('%fPIC', ('' if platform.system() == 'Windows' else '-fPIC')) )
163-
if platform.system() != "Windows":
164-
config.substitutions.append( ('%fPIC', '-fPIC') )
165163
config.substitutions.append( ('%shared_lib', '-shared') )
166164

167165
if not config.gpu_aot_target_opts:

0 commit comments

Comments
 (0)