[HIPIFY][Caffe2] Initial Caffe2 support

[ROCm/hip commit: 2619f22e5c]
这个提交包含在:
Evgeny Mankov
2019-02-23 20:46:22 +03:00
父节点 992f431c99
当前提交 3a57fc0a4b
修改 13 个文件,包含 222 行新增3 行删除
@@ -22,7 +22,7 @@ THE SOFTWARE.
#include "CUDA2HIP.h"
// Maps the names of CUDA SPARSE API types to the corresponding HIP types
// Maps the names of CUDA SPARSE API functions to the corresponding HIP functions
const std::map<llvm::StringRef, hipCounter> CUDA_SPARSE_FUNCTION_MAP{
// 5. cuSPARSE Helper Function Reference
{"cusparseCreate", {"hipsparseCreate", "", CONV_LIB_FUNC, API_SPARSE}},