Users/mkuriche/rocprofiler sdk fmt build fix memory header (#2537)
* [rocprofiler-sdk] Fix fmt::join build errors - remedy use of fmt::join without include <fmt/ranges.h> * include memory header * Disable FMT build for SDK CI * Add -DROCPROFILER_BUILD_FMT=OFF to sanitizer steps * Add temporary workaround for rccl.h issue * Add ROCPROFILER_INTERNAL_RCCL_API_TRACE to SDK CI builds * disable clang-tidy for vendored includes --------- Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com> Co-authored-by: jbonnell-amd <jason.bonnell@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5e15839611
Коммит
36d9d33d90
@@ -54,6 +54,7 @@
|
||||
#include <rocprofiler-sdk-rocpd/sql.h>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
#include <gotcha/gotcha.h>
|
||||
#include <pybind11/detail/common.h>
|
||||
#include <pybind11/pybind11.h>
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
#include "lib/python/rocpd/source/serialization/sql.hpp"
|
||||
#include "lib/output/sql/common.hpp"
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
namespace cereal
|
||||
{
|
||||
SQLite3InputArchive::SQLite3InputArchive(sqlite3* conn,
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
#include "lib/output/generator.hpp"
|
||||
#include "lib/output/sql/common.hpp"
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
#include <sqlite3.h>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
Ссылка в новой задаче
Block a user