std::clog<<"MIGraphX model was compiled for gfx_arch: "<<v_gfx_arch<<" with number of CUs="<<n_cu_count<<", but current device has gfx_arch: "<<current_gfx_arch<<" with number of CUs="<<current_cu_count<<", performance may suffer. \
Consider re-compiling the model with environment variable MIOPEN_FIND_ENFORCE=3 to re-tune the model."<<std::endl;
}
if(current_miopen_version!=v_miopen_version){
std::clog<<"MIGraphX model was compiled with MIOpen version : "<<v_miopen_version<<", but this machine has MIOpen version: "<<current_miopen_version<<", Performance may suffer.\
Consider re-compiling the model with environment variable MIOPEN_FIND_ENFORCE=3 to re-tune the model."<<std::endl;