Files
rocm-systems/rocclr/compiler/lib/utils/amdilUtils.hpp
T

14 строки
283 B
C++
Исходник Обычный вид История

#ifndef AMDILUTILS_H_
#define AMDILUTILS_H_
#include <string>
namespace amdilUtils {
// Change all private uav length in a kernel
void changePrivateUAVLength(std::string& kernel, unsigned length);
bool isKernelMemoryBound(const std::string& kernel);
}
#endif /* AMDILUTILS_H_ */