geeps
geeps copied to clipboard
Is there a clear patch showing how to modify Caffe to integrate with GeePS?
Hello, I would like to know how to modify Caffe to integrate with GeePS. I viewed the cuihenggang/caffe project and found the cui-start and cui-geeps branches. However, there are many modifications between the two commits, and many of them seem not related to GeePS. Is there a clear patch showing GeePS-related modifications only? Thanks!
Hi, sorry for the late reply. I branched out my code from the Caffe codebase quite a while ago, so I am not sure I am still able to make a clean patch. Most of the changes are in the Solver
class (solver.cpp
). I also extended syncedmem.cpp
and made some minor changes to some of the layer classes to make them work with GeePS memory management.