mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
2.8 KiB
2.8 KiB
| 1 | # |
|---|---|
| 2 | # OpenCL Conformance Test Suite (2.2 version) |
| 3 | # |
| 4 | # ######################################### |
| 5 | # New API features |
| 6 | # ######################################### |
| 7 | # ######################################### |
| 8 | # New representation of types |
| 9 | # ######################################### |
| 10 | Images and samplers , clcpp/images/test_cpp_images |
| 11 | Device enqueue and events , clcpp/device_queue/test_cpp_device_queue |
| 12 | Address spaces , clcpp/address_spaces/test_cpp_address_spaces |
| 13 | # ######################################### |
| 14 | # New representation of functions |
| 15 | # ######################################### |
| 16 | Conversions (convert_cast) , clcpp/convert/test_cpp_convert |
| 17 | Reinterpreting (as_type) , clcpp/reinterpret/test_cpp_reinterpret |
| 18 | Atomics , clcpp/atomics/test_cpp_atomics |
| 19 | Work-item functions , clcpp/workitems/test_cpp_workitems |
| 20 | Work-group functions , clcpp/workgroups/test_cpp_workgroups |
| 21 | Sub-group functions , clcpp/subgroups/test_cpp_subgroups |
| 22 | Math functions , clcpp/math_funcs/test_cpp_math_funcs |
| 23 | Integer functions , clcpp/integer_funcs/test_cpp_integer_funcs |
| 24 | Common functions , clcpp/common_funcs/test_cpp_common_funcs |
| 25 | Geometric functions , clcpp/geometric_funcs/test_cpp_geometric_funcs |
| 26 | Relational functions , clcpp/relational_funcs/test_cpp_relational_funcs |
| 27 | vload and vstore functions , clcpp/vload_vstore/test_cpp_vload_vstore_funcs |
| 28 | # ######################################### |
| 29 | # New in OpenCL C++ |
| 30 | # ######################################### |
| 31 | Specialization constants , clcpp/spec_constants/test_cpp_spec_constants |
| 32 | Ctors and dtors of global scope objects , clcpp/program_scope_ctors_dtors/test_cpp_program_scope_ctors_dtors |