|
| 1 | + |
| 2 | + |
| 3 | +## Agenda for the February 14 video call of WebAssembly's SIMD Subgroup |
| 4 | + |
| 5 | +- **Dates**: 2025-02-14 |
| 6 | +- **Times**: |
| 7 | + - 3pm-4pm UTC (8am-9am PDT) |
| 8 | +- **Location**: *link on calendar invite* |
| 9 | +- **Contact**: |
| 10 | + - Name: Petr Penzin |
| 11 | + - Email: penzin.dev@gmail.com |
| 12 | + |
| 13 | + |
| 14 | +### Registration |
| 15 | + |
| 16 | +Fill out [sign-up form](https://forms.gle/bscWhsD9U4hZEsUV9) to attend. |
| 17 | + |
| 18 | +### Logistics |
| 19 | + |
| 20 | +This meeting will be a Google Meet video conference. |
| 21 | + |
| 22 | +## Agenda items |
| 23 | + |
| 24 | +1. Announcement: Petr out on parental leave potentially impacting May meeting |
| 25 | +1. Open: FP16 support in hardware (Yury) |
| 26 | +1. Wasm 3.0 spec Relaxed SIMD issue/help |
| 27 | +1. Recent LLVM patches that affect Wasm SIMD tuning or lowering |
| 28 | +1. Proposal to add minnumber/maxnumer (min/max favoring numbers over NaNs) |
| 29 | + |
| 30 | +## Meeting notes |
| 31 | + |
| 32 | +Attendees: |
| 33 | + |
| 34 | +- Andrew Brown |
| 35 | +- Petr Penzin |
| 36 | +- Yury Delendik |
| 37 | + |
| 38 | +Notes: |
| 39 | + |
| 40 | +1. Announcement: Petr out on parental leave potentially impacting May meeting |
| 41 | +1. Open: FP16 support in hardware (Yury) |
| 42 | + 1. Telemetry: AVX512 or AVX10 will have flag? ARM8.2+? |
| 43 | +1. Wasm 3.0 spec Relaxed SIMD issue/help |
| 44 | + 1. https://github.com/WebAssembly/relaxed-simd/pull/144 - this needs a bit more visibility, some suggestions for fixing were already made |
| 45 | +1. Recent LLVM patches that affect Wasm SIMD tuning or lowering |
| 46 | + 1. https://github.com/llvm/llvm-project/pull/123325 (still open) |
| 47 | + 1. https://github.com/llvm/llvm-project/pull/125696 (still open) - allow vectorizing interleave access |
| 48 | + 1. https://github.com/llvm/llvm-project/pull/122896 - calculates memory op and cast op costs |
| 49 | + 1. https://github.com/llvm/llvm-project/pull/123207 - autovectorizer support for dot |
| 50 | +1. Proposal to add minnumber/maxnumer (min/max favoring numbers over NaNs) |
| 51 | + 1. https://github.com/WebAssembly/design/issues/1548 |
| 52 | + |
0 commit comments