SWDEV-465520: RHEL9 toolchain doesnt seem to support experimental filesystem
Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a
[ROCm/rocprofiler commit: 1e69b3e2f6]
This commit is contained in:
@@ -30,9 +30,10 @@ THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "multiqueue_testapp.h"
|
||||
#include "src/utils/filesystem.hpp"
|
||||
#include "src/utils/exception.h"
|
||||
|
||||
namespace fs = std::experimental::filesystem;
|
||||
namespace fs = rocprofiler::common::filesystem;
|
||||
std::vector<hsa_agent_t> Device::all_devices;
|
||||
|
||||
std::string GetRunningPath(std::string string_to_erase);
|
||||
|
||||
Reference in New Issue
Block a user