01
Leslie Valiant and Bulk Synchronous Parallelism
Leslie Valiant's BSP model organized parallel computation into local work, communication, and global barriers, aiming to bridge portable algorithms and diverse parallel hardware.
↗
Leslie Valiant's BSP model organized parallel computation into local work, communication, and global barriers, aiming to bridge portable algorithms and diverse parallel hardware.
OpenMP standardized directive-based parallel programming across Fortran, C and C++, giving shared-memory applications a portable path from serial loops to multicore execution.