minor cleanup

이 커밋은 다음에 포함됨:
Siu Chi Chan
2019-03-09 14:24:33 -05:00
커밋한 사람 Aaron Enye Shi
부모 f54da9358b
커밋 5044c9ba49
+1 -2
파일 보기
@@ -2577,8 +2577,7 @@ hipError_t read_agent_global_from_module(hipDeviceptr_t* dptr, size_t* bytes,
// hipModule_t instance
static std::unordered_map<
std::string, std::vector<Agent_global>> agent_globals;
const char* hash = hash_for(hmod);
std::string key(hash);
std::string key(hash_for(hmod));
if (agent_globals.count(key) == 0) {
static std::mutex mtx;