forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/sycl' into private/abatashe/move…
…_int_headers * origin/sycl: [SYCL] Added CTS test config (intel#1063) [SYCL] Implement check-sycl-deploy target (intel#1142)
- Loading branch information
Showing
22 changed files
with
121 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
:test_accessor | ||
:test_address_space | ||
:test_atomic | ||
:test_buffer | ||
:test_context | ||
:test_device | ||
:test_device_event | ||
:test_device_selector | ||
:test_error | ||
:test_event | ||
:test_exception_handling | ||
:test_group | ||
:test_h_item | ||
:test_handler | ||
:test_header | ||
:test_hierarchical | ||
:test_id | ||
:test_image | ||
:test_invoke | ||
:test_item | ||
:test_kernel | ||
:test_kernel_args | ||
:test_math_builtin_api | ||
:test_multi_ptr | ||
:test_nd_item | ||
:test_nd_range | ||
:test_opencl_interop | ||
:test_platform | ||
:test_pointers | ||
:test_program | ||
:test_queue | ||
:test_range | ||
:test_sampler | ||
:test_scalars | ||
:test_std_classes | ||
:test_stream | ||
:test_vector_alias | ||
:test_vector_api | ||
:test_vector_constructors | ||
:test_vector_load_store | ||
# Disable test to speedup testing until JIT is optimized | ||
#:test_vector_operators | ||
:test_vector_swizzle_assignment | ||
:test_vector_swizzles | ||
:test_vector_swizzles_opencl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@LIT_SITE_CFG_IN_HEADER@ | ||
|
||
import sys | ||
|
||
config.clang = "@CLANG_IN_DEPLOY@" | ||
config.clangxx = "@CLANGXX_IN_DEPLOY@" | ||
config.clang_cl = "@CLANGCL_IN_DEPLOY@" | ||
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" | ||
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" | ||
config.llvm_build_libs_dir = "@LLVM_DEPLOY_LIBRARY_DIRS@" | ||
config.llvm_build_bins_dir = "@LLVM_DEPLOY_BINARY_DIRS@" | ||
config.llvm_binary_dir = "@LLVM_BINARY_DIR@" | ||
config.sycl_include = "@SYCL_DEPLOY_INCLUDE@" | ||
config.sycl_obj_root = "@SYCL_BINARY_DIR@" | ||
config.opencl_lib = "@OpenCL_LIBRARIES@" | ||
config.opencl_libs_dir = os.path.dirname("@OpenCL_LIBRARIES@") | ||
|
||
config.llvm_enable_projects = "@LLVM_ENABLE_PROJECTS@" | ||
|
||
|
||
import lit.llvm | ||
lit.llvm.initialize(lit_config, config) | ||
|
||
# Let the main config do the real work. | ||
lit_config.load_config(config, "@SYCL_SOURCE_DIR@/test/lit.cfg.py") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters