Curriculum material for teaching computer architecture with MIPS and POWER
-
Updated
Feb 10, 2024 - Python
Curriculum material for teaching computer architecture with MIPS and POWER
Parallel Triangle Counting using SIMD and OpenMP is a high-performance graph analytics project that accelerates triangle counting using AVX2 SIMD instructions and OpenMP multi-threading. It explores hybrid parallelism to optimize intersection-based computations for large-scale graphs.
A SIMD library that provides an intuitive and readable interface to 256-bit AVX and AVX2 SIMD instructions using low-cost abstractions.
Add a description, image, and links to the data-level-parallelism topic page so that developers can more easily learn about it.
To associate your repository with the data-level-parallelism topic, visit your repo's landing page and select "manage topics."