Set Drawing Language
Drawing a venn diagram isn't that hard.However, drawing a venn diagram from a formula may complex.
Therefore, this project supports a language that can draw how venn diagram looks like.
This project was made for 3 set but it can be extended to more sets if there are possible way to draw it properly.
GPU utilization
Most of time, GPU sufferes from a lack of memories.There are many techniques that tries to optimize memory.
However, utilizing GPU memory is a hard problem.
This study was done for studying about algorithmic approach to determine a good memory ordering for a gpu utilization.
It suggests an approach that tries to determine the memory fetching order to increase memory re-usage in a circular memory requirement.
It also suggests at least 2 and at most 1.5 approximation algorithm to solve this problem.
Matrix Multiplication Optimization
This study is about optimization especially focused on the matrix multiplication.Matrix mutliplication is a topic that has been studied for decades.
This study was done from paper reviews about matrix mutliplication.