More details on the assignment can be viewed at this link.
- Stack and Heap allocation
- Reducing memory fragmentation
- Writing to files
- Parsing command line arguments
- Naive benchmarking
- Assembler
- Valgrind and GDB
- Inlining
- Locality
- Data dependency
- Indirect addressing
- Writing to and reading from HDD and SSD
Implementing an efficient computation of all distances of a list of 3D points. More details can be viewed in "HPC - Oral Presentation Slides".
Implementing the Newton's method for polynomials up to degree 9.
Applying the heat diffusion equation to a grid of 2D points for a series of iterations. The computational kernels have been implemented in OpenCL.