ArnauMiro / pyLowOrder

High performance parallel Low Order Modelling library by BSC - UPM
MIT License
3 stars 1 forks source link

GPU porting for pure Python #20

Open ArnauMiro opened 8 months ago

ArnauMiro commented 8 months ago

As stated by @b-fg, the CuPy library could be used for GPU porting. This library is interesting for the following main points in my opinion:

  1. Linear algebra libraries are implemented.
  2. Distributed access through NCCL.
  3. Profiling through NSYS.
  4. Low level memory management for the future.