Closed petrex closed 6 years ago
Current behavior of hipFree(): calling hipFree with NULL pointer should initialize the runtime but not return an error
calling hipFree with NULL pointer should initialize the runtime but not return an error
Add null check so we will not run into issue incase hipFree() behavior change.