mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
* change olc cmake
* adding online compile to fwd-v4r5r2
* update scripts
* remane fwd-v4r5r2 to fwd-v6r1
* clean up
[ROCm/composable_kernel commit: 1264925422]
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
|