rocmarchive / realcaffe2

The repo is obsolete. Use at your own risk.
https://github.com/pytorch/pytorch
Apache License 2.0
12 stars 2 forks source link

miopen op clean-up #80

Closed petrex closed 6 years ago

petrex commented 6 years ago
petrex commented 6 years ago

Current behavior of hipFree(): 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.