72286016c6
* add additional runtime checks and gfx1201 fix This commit contains three fixes: - increase the max. number of files at the beginning of the run to the max. allowed by the system - check for large BAR support. WE don not abort if its not available, but print a warning. - for gfx1201, do not use uncached memory at the moment. * Change get_arch_name to return const char* Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix C++ new syntax not sure how it compiled before Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * use snprintf instead of strncpy Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * destructor cleanip Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add const keyword --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>