Files
composable_kernel/host/online_compile/include/md5.hpp
Chao Liu 53e5d36013 rename
[ROCm/composable_kernel commit: 54b3e73d17]
2021-08-06 18:07:15 +00:00

13 lines
171 B
C++

#ifndef GUARD_OLC_MD5_HPP
#define GUARD_OLC_MD5_HPP
#include <string>
namespace online_compile {
std::string md5(std::string s);
} // namespace online_compile
#endif