File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ SYCL/DeviceCodeSplit @intel/dpcpp-tools-reviewers
14
14
15
15
# Explicit SIMD
16
16
config_sycl /esimd * @ kychendev @ kbobrovs @ v-vklochkov
17
- SYCL /ESIMD @ kbobrovs @ v-klochkov @ sndmitriev
17
+ SYCL /ESIMD @ intel/dpcpp-esimd-reviewers
18
18
19
19
# Functor
20
20
SYCL /Functor @ AlexeySachkov
21
- SYCL /ESIMD @ intel/dpcpp-esimd-reviewers
22
21
23
22
# Group algorithms
24
23
SYCL /GroupAlgorithm @ Pennycook @ intel/llvm-reviewers-runtime
@@ -37,7 +36,7 @@ SYCL/Printf @intel/dpcpp-tools-reviewers
37
36
SYCL /SeparateCompile @ intel/dpcpp-tools-reviewers
38
37
39
38
# Specialization constant
40
- SYCL /SpecConstants @ kbobrovs
39
+ SYCL /SpecConstants @ intel/dpcpp-tools-reviewers
41
40
42
41
# Unified Shared Memory (USM)
43
42
SYCL /USM @ jbrodman @ sergey-semenov
@@ -67,4 +66,3 @@ SYCL_ESIMD_EMBARGO/ESIMD/EMBARGO/lsc @fveselov
67
66
SYCL_ESIMD_EMBARGO /ESIMD /EMBARGO /named_barriers @ fveselov
68
67
# XPTI and XPTI Framework
69
68
SYCL /XPTI @ intel/llvm-reviewers-runtime
70
- SYCL /SpecConstants @ intel/dpcpp-tools-reviewers
Original file line number Diff line number Diff line change 8
8
// ===----------------------------------------------------------------------===//
9
9
// REQUIRES: gpu
10
10
// UNSUPPORTED: gpu-intel-dg1,cuda,hip
11
- // UNSUPPORTED: cuda || hip
12
11
// UNSUPPORTED: ze_debug-1,ze_debug4
13
12
// RUN: %clangxx -fsycl %s -o %t.out
14
13
// RUN: %HOST_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 160
160
# x86_64-pc-windows-msvc will cause compile time error on some
161
161
# configurations
162
162
config .substitutions .append ( ('%fPIC' , ('' if platform .system () == 'Windows' else '-fPIC' )) )
163
- if platform .system () != "Windows" :
164
- config .substitutions .append ( ('%fPIC' , '-fPIC' ) )
165
163
config .substitutions .append ( ('%shared_lib' , '-shared' ) )
166
164
167
165
if not config .gpu_aot_target_opts :
You can’t perform that action at this time.
0 commit comments