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

Fix the HIP assert issues #44

Closed ashishfarmer closed 6 years ago

ashishfarmer commented 6 years ago

Identify the assert functionality and in HIP and the roadmap. Fix the HIP operators that use assert(...)

ashishfarmer commented 6 years ago

hipcc does not support assert(...) in device code as of right now. Made the CAFFE2_ASSERT() macro a NOP. Fix the macro once supported by hipcc.

petrex commented 6 years ago

https://github.com/pytorch/pytorch