Skip to content
View FattiMei's full-sized avatar

Block or report FattiMei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FattiMei/README.md

Hi there 👋

I'm Matteo Mei and I'm a student in High Performance Computing

Research interests

  • applied mathematics
  • design of programs
  • compilers and parallelization
  • using C++ features for design space exploration of algorithms and designs

My most ambitious goal

Working with algorithms for scientific computing on the highest level of abstraction, using technologies that let me map on the hardware the computation. I think the most relevant aspect for the performance of a program is not using uint32_t over uint64_t or hacking SIMD intrinsics but rather working on the mathematical description of the problem. I believe that performance is the result of an optimization process, and we can deploy algorithms to find the best implementation of a given computation.

Pinned Loading

  1. laplacian laplacian Public

    How direct methods suffer from round-off errors

    C++

  2. 2d-lbm-opengl 2d-lbm-opengl Public

    Real time lattice Boltzmann method with opengl

    C 2

  3. multigrid multigrid Public

    Multigrid method for the Poisson problem

    Jupyter Notebook

  4. slm-porting slm-porting Public

    Porting of ppozzi/SLM-3dPointCloud to C/C++ and SYCL

    Jupyter Notebook 1