Skip to content

Kokkos: another hot patch for a memory leak

James Willenbring requested to merge ibaned:kokkos-memleak-2 into develop

Created by: ibaned

A C string was allocated with raw 'new' and never deleted inside Kokkos::initialize

@crtrott @dsunder @mhoemmen

I'm in a rush to get a Kokkos-based code to pass Valgrind, will run the checkin script on this soon.

Merge request reports