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