Core part of HPL-AI implementation based on HPL-2.3. For the complete version of our HPL-AI benchmark, please go to the following site.
-
Updated
Mar 19, 2021 - C
Core part of HPL-AI implementation based on HPL-2.3. For the complete version of our HPL-AI benchmark, please go to the following site.
A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University
A C program that places the string '.NET_CORE' into a randomly sized matrix using a self-avoiding random walk algorithm. It ensures characters are placed sequentially in adjacent cells (Up/Down/Left/Right) without overlapping.
A C program that generates random NxN matrices filled with 'B', '2', 'C' characters using a conditional loop. It ensures the final matrix contains more occurrences of the horizontal pattern 'B2B' than 'C2C'.
Add a description, image, and links to the matrix-generation topic page so that developers can more easily learn about it.
To associate your repository with the matrix-generation topic, visit your repo's landing page and select "manage topics."