mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 01:36:06 +00:00
* change olc cmake * adding online compile to fwd-v4r5r2 * update scripts * remane fwd-v4r5r2 to fwd-v6r1 * clean up
13 lines
161 B
C++
13 lines
161 B
C++
#ifndef GUARD_OLC_MD5_HPP
|
|
#define GUARD_OLC_MD5_HPP
|
|
|
|
#include <string>
|
|
|
|
namespace olCompile {
|
|
|
|
std::string md5(std::string s);
|
|
|
|
} // namespace olCompile
|
|
|
|
#endif
|