Revision 8
What's Changed
- Minor corrections and tweaks by @nmnobre in #403
- Fix table link in the description of platform::get_info() by @nmnobre in #407
- [SYCL] Modify signature of
async_work_group_copy
innd_item
andgroup
by @mmoadeli in #402 - Remove image deduction tag constructors by @steffenlarsen in #400
- Add missing accessor deduction tags to syntax highlighting by @keryell in #398
- Minor corrections to image APIs by @steffenlarsen in #397
- Clarify "is_compatible" by @gmlueck in #381
- Fix "multi_ptr" errors relating to "const" by @gmlueck in #405
- Type for copy and fill should be device-copyable by @gmlueck in #425
- Clarify wording where people were misinterpreting requirement by @mkinsner in #423
- with_offset -> WithOffset to match template name by @mkinsner in #422
- Add missing noexcept to sampled_image member functions by @steffenlarsen in #418
- Clarify queries for memory scope / order caps by @gmlueck in #382
- Multi-ptr bug fixes, phase 1 by @gmlueck in #395
- Clarify "gentype" function signatures by @gmlueck in #428
- Remove errc_for / error_category_for by @gmlueck in #431
- Relax exception requirement for placeholder capture by @steffenlarsen in #427
- Default multi_ptr to legacy to avoid code break with SYCL 1.2.1 by @AerialMantis in #432
- [SYCL] Address multi_ptr in spec vs intel/llvm mismatches by @mmoadeli in #439
- Clarify default constructed accessor and "require" by @gmlueck in #434
- Add minor fixes to accessor/multi_ptr wording by @AerialMantis in #437
- Introduce a default constructor for sycl::range by @psalz in #453
- Add restriction to "vec::as" by @gmlueck in #447
- Fix local_accessor code section rendering by @dmitriy-sobolev in #457
- Update programming_interface.adoc by @jzc in #456
- Clarify the builtin functions (again) by @gmlueck in #440
- Clarify operations on swizzled vec by @gmlueck in #462
- Change return type for "abs_diff" by @gmlueck in #458
- Fix definition of "nextafter" for double and half by @gmlueck in #449
- Limit vec alignment to 64 bytes by @gmlueck in #448
- Add marray support to "any" / "all" by @gmlueck in #446
- Remove reference to "denorms are flushed to zero" by @gmlueck in #445
- Add "half" to geometric functions by @gmlueck in #444
- Fix range for half-precision cos/sin/tan by @gmlueck in #443
- Fix defs of "fast_length" and "fast_normalize" by @gmlueck in #442
- Add built-in function changes to "what's changed" by @gmlueck in #466
New Contributors
- @nmnobre made their first contribution in #403
- @mmoadeli made their first contribution in #402
- @dmitriy-sobolev made their first contribution in #457
Full Changelog: SYCL-2020/final-rev7...SYCL-2020/final-rev8