Add initial AIL implementation

Related-To: NEO-6390
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
Fabian Zwolinski
2021-11-10 12:09:53 +01:00
committed by Compute-Runtime-Automation
parent 91dfa5c2ac
commit 1c8a503ca4
5 changed files with 64 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
#include <string_view>
// Application detection is performed using the process name of the given application.
namespace NEO {
bool AILConfiguration::initProcessExecutableName() {
char path[512] = {0};