Remove unused functions
Change-Id: I55db791019c511de83d8b895e3a48b3d7475aeac
Este commit está contenido en:
cometido por
Matthew Arsenault
padre
a430215067
commit
9e3e41ca2e
@@ -63,11 +63,6 @@ static hsa_status_t GetKernelNamesCallback(hsa_executable_t exec, hsa_agent_t ag
|
||||
return HSA_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/* Temporary log function for the compiler library */
|
||||
static void logFunction(const char* msg, size_t size) {
|
||||
std::cout << "Compiler Library log :" << msg << std::endl;
|
||||
}
|
||||
|
||||
static inline const char* hsa_strerror(hsa_status_t status) {
|
||||
const char* str = nullptr;
|
||||
if (hsa_status_string(status, &str) == HSA_STATUS_SUCCESS) {
|
||||
|
||||
Referencia en una nueva incidencia
Block a user