feature: add mechanism to extend cmdlist launch params

Related-To: NEO-13954

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2025-02-06 16:09:48 +00:00
committed by Compute-Runtime-Automation
parent f89725d31b
commit 1877e66bc8
12 changed files with 57 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
struct EncodeKernelArgsExt {
};
} // namespace NEO