- 72e3659 Update readme with information about C++ for OpenCL. (#587) by Anastasia Stulova · 4 years, 9 months ago master
- 8b57306 [C++ for OpenCL] Add section w/ kernel function restrictions. (#583) by Anastasia Stulova · 4 years, 9 months ago
- 86afed1 [C++ for OpenCL] Improve description of restricted C++ features. (#582) by Anastasia Stulova · 4 years, 9 months ago
- 6774952 Clarify behavior of work_group_broadcast (#577) by Marco Antognini · 4 years, 9 months ago
- cee2487 add required type for SPIR-V built-in variables (#526) by Ben Ashbaugh · 4 years, 10 months ago
- c8a2a00 fix several bugs and formatting in the fast math ulp tables (#544) by Ben Ashbaugh · 4 years, 10 months ago
- a5a71be Move descriptions of identity value for exclusive scan (#560) by Stuart Brady · 4 years, 10 months ago
- 9b6590d clarify the size of a pipe is implementation-defined (#566) by Ben Ashbaugh · 4 years, 10 months ago
- 64d6b23 clarify table structure for backwards compatible appendix (#574) by Ben Ashbaugh · 4 years, 10 months ago
- 7acb021 Reserve enum range for internal MR180 (#575) by Ewan Crawford · 4 years, 10 months ago
- 627e9ed Tuning to AsciiDoctor macro usage in the OpenCL C spec (#533) by Oblomov · 4 years, 10 months ago
- ba2dd65 Require the cl_mipmap_filter_mode_img type for cl_img_generate_mipmap. (#572) by Zebediah Figura · 4 years, 10 months ago
- 7ac5f4b explicitly say that OpTypeSampledImage may be used in an OpenCL environment (#543) by Ben Ashbaugh · 4 years, 10 months ago
- 1b2c768 Replace uses of CL_EXT_{PRE,SUF}FIX* with CL_API_{PRE,SUF}FIX* (#569) by Kévin Petit · 4 years, 10 months ago
- 46c1b14 Reserve enums for a couple of in-development extensions (#570) by Kévin Petit · 4 years, 10 months ago
- 33ac0ad Add enum reservations for cl_arm_import_memory_android_hardware_buffer v1.1.0 (#567) by Kévin Petit · 4 years, 10 months ago
- 1d397ac Fix use of parameter name in work_group_broadcast() decl (#564) by Stuart Brady · 4 years, 11 months ago
- 5149653 Fix naming of layer header to reflect final file name from https://github.com/KhronosGroup/OpenCL-Headers/pull/148. (#565) by Brice Videau · 4 years, 11 months ago
- 999eefc cl_intel_command_queue_families extension (#562) by Ben Ashbaugh · 4 years, 11 months ago
- dc044b0 Specification for cl_arm_controlled_kernel_termination (#557) by Kévin Petit · 4 years, 11 months ago
- 8987216 Specification for cl_arm_scheduling_controls v0.3.0 (#555) by Kévin Petit · 4 years, 11 months ago
- 14a5a5d Add missing '*' in printf prototype (#561) by Stuart Brady · 4 years, 11 months ago
- 8f86df7 Fix spelling of -cl-no-signed-zeros (#559) by Stuart Brady · 4 years, 11 months ago
- 01a3583 Proposed formal extension definition for Layers (#521) by Brice Videau · 5 years ago
- a1ac439 Improved description for pipe specifier in OpenCL C (#550) by Anastasia Stulova · 5 years ago
- 93e309c Reserve some XML values for unpublished extensions. (#546) by Jeremy Kemp · 5 years ago
- b994535 Specification for cl_arm_scheduling_controls v0.2.0 (#537) by Kévin Petit · 5 years ago
- d4d263e Remove erroneous condition for CL_INVALID_KERNEL_ARGS (#542) by James Price · 5 years ago
- 48a4a8a Tighten vec_step builtin specification (#481) by Sven van Haastregt · 5 years ago
- e9a4d46 OpenCL C spec editorial fixes (#532) by Ben Ashbaugh · 5 years ago upstream/v3.0.6 v3.0.6
- 2b26248 Extended Subgroups (#529) by Ben Ashbaugh · 5 years ago
- be5003d api spec editorial fixes (#531) by Ben Ashbaugh · 5 years ago
- e5cf9be update contributors (#530) by Ben Ashbaugh · 5 years ago
- 2ea2733 clarify __OPENCL_VERSION__ (#522) by Ben Ashbaugh · 5 years ago
- a6c439f add required alignment of types to the OpenCL SPIR-V Environment spec (#527) by Ben Ashbaugh · 5 years ago
- b1bd301 clarify subgroup barrier behavior in non-uniform control flow (#525) by Ben Ashbaugh · 5 years ago
- e397391 clarify relationship between optional core features and extensions (#523) by Ben Ashbaugh · 5 years ago
- f568385 Rewrite address space section. (#405) by Anastasia Stulova · 5 years ago
- 146780f Trivial formating and version number fix (#524) by Alastair Murray · 5 years ago
- 4b100c0 Clarify usage of feature test macros for pre-OpenCL C 3.0 (#477) by Anton Zabaznov · 5 years ago
- 78f3b97 Remove phrase about kernel argument pointer types (#508) by Sven van Haastregt · 5 years ago
- 23ec8cf Define ULP overflow leniency (#231) by Ewan Crawford · 5 years ago
- 9cbe1f7 Small fixes (#519) by alan-baker · 5 years ago
- 0e36da3 [C++ for OpenCL] Added references section. (#518) by Anastasia Stulova · 5 years ago cxxforopencl-v1.0-r1 upstream/cxxforopencl-v1.0-r1
- d353c7c [C++ for OpenCL] Misc formattings/clarifications (#516) by Anastasia Stulova · 5 years ago
- 603ec1e [C++ for OpenCL] Added examples (#512) by Anastasia Stulova · 5 years ago
- c58a3fd [OpenCL C] lift restriction on l-val vec literal. (#515) by Anastasia Stulova · 5 years ago
- ba36e24 [C++ for OpenCL] Set version to 1.0. (#513) by Anastasia Stulova · 5 years ago
- c4247d7 [C++ for OpenCL] Added references to execution and memory models (#511) by Anastasia Stulova · 5 years ago
- 6a571dc [C++ for OpenCL] define __opencl_cpp_global_destructors (#510) by Anastasia Stulova · 5 years ago
- 02142f3 [C++ for OpenCL] Lift restriction on reference members w local objects (#509) by Anastasia Stulova · 5 years ago
- f093899 [C++ for OpenCL] Allow NULL to be implementation defined macro. (#502) by Anastasia Stulova · 5 years ago
- 698ae31 [C++ for OpenCL] extended contributors list (#517) by Anastasia Stulova · 5 years ago
- 4cc7d20 Update cl.xml for PoCL vendor ID in vk.xml (#506) by Michal Babej · 5 years ago
- d770d76 clarify that a NULL origin or region is a CL_INVALID_VALUE (#497) by Ben Ashbaugh · 5 years ago
- fef1366 fix missing minus signs in CL_MEM_COPY_OVERLAP formulas (#495) by Ben Ashbaugh · 5 years ago
- 29cd261 Added missing XML for clEnqueueGenerateMipmapIMG. (#505) by Jeremy Kemp · 5 years ago
- b6ce998 Add deploy build artifacts on releases to Travis (#498) by Anastasia Stulova · 5 years ago
- c75fbc7 Reserved a block of error codes for upcoming IMG extensions. (#503) by Jeremy Kemp · 5 years ago
- 4e5f306 reserve a block of enums for ICD loader layers (#507) by Ben Ashbaugh · 5 years ago
- 642bd41 Changed version of C++ for OpenCL doc (#499) by Anastasia Stulova · 5 years ago
- c767071 Publish cl_img_mem_properties extension specification. (#491) by Jeremy Kemp · 5 years ago
- a6bb42f XML extension bugfixes (#469) by Ben Ashbaugh · 5 years ago
- bd7ea5e Publish cl_img_generate_mipmap extension specification. (#489) by Jeremy Kemp · 5 years ago
- bba7272 Specification for cl_khr_extended_versioning (#218) by Kévin Petit · 5 years ago
- f697524 Publish cl_img_yuv_image extension specification. (#488) by Jeremy Kemp · 5 years ago
- cabf5d2 Publish cl_img_use_gralloc_ptr extension specification. (#487) by Jeremy Kemp · 5 years ago
- e4ef284 Publish cl_img_cached_allocations extension specification. (#486) by Jeremy Kemp · 5 years ago
- 362c815 fix the calculation in "mapping work-items onto an NDRange" (#476) by Ben Ashbaugh · 5 years ago
- 4dac22a Use consistent hyphenation of work-item and work-group (#470) by Sven van Haastregt · 5 years ago
- f4325f4 Change he/his to gender-neutral language (#473) by David Koller · 5 years ago
- e302847 Correct some ndrange_1d to ndrange_1D (#454) by Alastair Murray · 5 years ago
- bbbbd47 memory_scope_all_devices is supported only for OpenCL C 3.0 or newer (#468) by azabazno · 5 years ago
- 4d8a367 Address review feedback from Unifying OpenCL C specification (#467) by Alastair Murray · 5 years ago upstream/v3.0.5 v3.0.5
- db3866d Unify the OpenCL C spec (#453) by Alastair Murray · 5 years ago upstream/v3.0.4 v3.0.4
- 725b5f0 Document nosvm attribute with other variables attributes (#464) by Kévin Petit · 5 years ago
- 535ad19 update OpenCL 3.0 contributors (#465) by Ben Ashbaugh · 5 years ago
- 25a0a16 fix unnecessary capitalization of optional OpenCL 3.0 features (#460) by Ben Ashbaugh · 5 years ago
- 535c430 add subgroups and latest conformance version passed to appendices (#461) by Ben Ashbaugh · 5 years ago
- fc4c291 fixes a few minor OpenCL C spec issues: (#462) by Ben Ashbaugh · 5 years ago
- ab08e56 Correct version that CL_DEPTH became core (#458) by Alastair Murray · 5 years ago
- be375bd Add an introductory section on Unified OpenCL C spec (#457) by Alastair Murray · 5 years ago
- a0d42a5 Add two additional names to acknowledgments section (#455) by Alastair Murray · 5 years ago
- 42458c0 add cl_intel_mem_force_host_memory extension specification (#446) by Ben Ashbaugh · 5 years ago
- e195e59 Allow use of CL_DEVICE_COMPILER_AVAILABLE for IL (#448) by Alastair Murray · 5 years ago
- 2221668 add CL_KERNEL_COMPILE_NUM_SUB_GROUPS to Appendix H (#447) by Ben Ashbaugh · 5 years ago
- 139c5c2 Program scope constructor/destructor queries require a built program (#449) by Alastair Murray · 5 years ago
- bb7df89 add a TYPE suffix to all asciidoctor type attributes (#444) by Ben Ashbaugh · 5 years ago
- 68d6c31 Clarify Required Atomic Capability Nesting (#434) by Ben Ashbaugh · 5 years ago
- 998dd9d switch all OpenCL API and OpenCL C spec footnotes to asciidoctor syntax (#433) by Ben Ashbaugh · 5 years ago
- 4b81019 fix two issues with the asciidoctor attributes (#442) by Ben Ashbaugh · 5 years ago
- 8a37edd Clarify when CL_IMAGE_FORMAT_NOT_SUPPORTED is reported on image creation (#439) by Kévin Petit · 5 years ago
- c18d3f5 Add API types to the attribute dictionary and use them in the spec (#432) by Ben Ashbaugh · 5 years ago
- 7639f2e use CL_INVALID_OPERATION as the error code for unsupported features (#418) by Ben Ashbaugh · 5 years ago
- fe92ce0 Fix a typo: workgroup -> work-group (#440) by Alexey Bader · 5 years ago
- ee486d5 add event command types for extension APIs (#428) by Ben Ashbaugh · 5 years ago
- 6fdb9ce cl_ext_cxx_for_opencl (#399) by Kévin Petit · 5 years ago
- 05df9b1 Correct `atomic_flag_test_and_set_explicit` `__local` Overload (#430) by Jack Frankland · 5 years ago
- b0d579c Describe how new profiles may affect backwards compatibility (#424) by James Price · 5 years ago
- 051d173 clarify the host_ptr usage for images with USE_HOST_PTR (#427) by Ben Ashbaugh · 5 years ago