REAL


  • Home

  • About

  • Categories

  • Project

  • Archives

  • Tags

  • Search

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.
  • Post author: Programelot
  • Post link: https://programelot.github.io/projects/
  • Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 3.0 unless stating additionally.
© 2024 Programelot
Powered by Jekyll
Theme - NexT.Muse