Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We should use system malloc by default for large allocations so that we can get the CUDA memory management. The removes the VALGRIND flag. mymalloc calls now use the cuda allocation, but tamalloc continue to use a private cpu heap.
- Loading branch information