Technical Working Group DeAI

Hey folks,
The WebAssembly SIMD is available on the mainnet and the latest dfx:

  1. To install the latest dfx with SIMD support: dfxvm install 0.20.2-beta.0

  2. The Rust SIMD example, which compares naive, optimized, auto-vectorized, and SIMD intrinsic matrix multiplication: examples/rust/simd at master · dfinity/examples · GitHub

  3. A bit of SIMD documentation on the IC: https://internetcomputer.org/docs/current/developer-docs/smart-contracts/advanced-features/simd/

Let me know if you have any questions,
and enjoy!

11 Likes