MGfoundation / mgcpp

A C++ Math Library Based on CUDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add special GPU memory allocators

Red-Portal opened this issue · comments

mgcpp internally uses a lot of temporary but cudaMalloc has a really bad performance.
Using low latency memory allocators should boost performance a lot.

references.