SWDEV-465520: RHEL9 toolchain doesnt seem to support experimental filesystem
Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a
[ROCm/rocprofiler commit: 1e69b3e2f6]
Этот коммит содержится в:
коммит произвёл
Ammar Elwazir
родитель
607cfb9ee1
Коммит
a67f4fdd93
@@ -23,7 +23,6 @@ THE SOFTWARE.
|
||||
#include "ctrl/test_hsa.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <experimental/filesystem>
|
||||
|
||||
#include <dlfcn.h> // for dladdr
|
||||
|
||||
@@ -31,7 +30,9 @@ THE SOFTWARE.
|
||||
#include "util/helper_funcs.h"
|
||||
#include "util/hsa_rsrc_factory.h"
|
||||
|
||||
namespace fs = std::experimental::filesystem;
|
||||
#include "src/utils/filesystem.hpp"
|
||||
|
||||
namespace fs = rocprofiler::common::filesystem;
|
||||
|
||||
HsaRsrcFactory* TestHsa::hsa_rsrc_ = NULL;
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user