File tree Expand file tree Collapse file tree 14 files changed +48
-6
lines changed Expand file tree Collapse file tree 14 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25//  RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36//  RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25//  RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36//  RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25//  RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
36//  RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations %s -o %t.out
25//  RUNx: %ACC_RUN_PLACEHOLDER %t.out
36// ==----------------- fpga_lsu.cpp - SYCL FPGA LSU test --------------------==//
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
4+ //  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
5+ //  RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6+ //  RUN: %CPU_RUN_PLACEHOLDER %t.out
7+ //  RUN: %GPU_RUN_PLACEHOLDER %t.out
8+ //  RUN: %ACC_RUN_PLACEHOLDER %t.out
9+ 
110// ==- hier_par_wgscope.cpp --- hierarchical parallelism test for WG scope---==//
211// 
312//  Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
615// 
716// ===----------------------------------------------------------------------===//
817
9- //  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
10- //  RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11- //  RUN: %CPU_RUN_PLACEHOLDER %t.out
12- //  RUN: %GPU_RUN_PLACEHOLDER %t.out
13- //  RUN: %ACC_RUN_PLACEHOLDER %t.out
14- 
1518//  This test checks correctness of hierarchical kernel execution when there is
1619//  code and data in the work group scope.
1720
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
25//  RUN: env SYCL_DEVICE_TYPE=HOST %t.out
36//  RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  UNSUPPORTED: cuda || level_zero
25// 
36//  RUN: %clangxx -fsycl -fno-sycl-std-optimizations -fsycl-targets=%sycl_triple %s -o %t.out
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  UNSUPPORTED: cuda || cpu
25//  CUDA compilation and runtime do not yet support sub-groups.
36//  #2245 failed on OpenCL CPU (2020.10.7.0.15) with avx2 instruction set
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  UNSUPPORTED: cuda
25//  CUDA compilation and runtime do not yet support sub-groups.
36// 
Original file line number Diff line number Diff line change 1+ //  TODO: Enable compilation w/o -fno-sycl-std-optimizations option.
2+ //  See https://github.com/intel/llvm/issues/2264 for more details.
3+ 
14//  UNSUPPORTED: cuda
25//  CUDA compilation and runtime do not yet support sub-groups.
36// 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments