Files
Milan Radosavljevic a9082a7158 ROCpd schema fetching from rocprofiler-sdk (#1501)
- Integrate rocprofiler-systems with rocprofiler-sdk-rocpd to fetch schema
- If rocprofiler-sdk-rocpd is not availabe, use embedded schema files. With this we provide rocpd format support even if ROCm is not available
- Include detection in CMake if rocprofiler-sdk-rocpd package is available (and valid), and build database class upon that
- Update embedded schema that is used as a fallback.
- Update some validation tests to account for schema changes.
2025-11-07 09:45:29 -05:00

15 líneas
300 B
Plaintext

// Auto-generated from @SCHEMA_FILE@
#pragma once
namespace rocprofsys {
namespace rocpd {
namespace data_storage {
namespace schema {
constexpr const char* @SCHEMA_NAME_UPPER@_SQL = "@SQL_CONTENT@";
} // namespace schema
} // namespace data_storage
} // namespace rocpd
} // namespace rocprofsys