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>
Этот коммит содержится в:
Mythreya Kuricheti
2026-01-12 09:59:47 -08:00
коммит произвёл GitHub
родитель 5e15839611
Коммит 36d9d33d90
17 изменённых файлов: 31 добавлений и 3 удалений
+1
Просмотреть файл
@@ -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>