ocloc zebin validator

Change-Id: I56bd384a0af4f3460a41850bf178c4163b812221
This commit is contained in:
Jaroslaw Chodor
2020-08-12 17:08:48 +02:00
committed by sys_ocldev
parent 2990de538f
commit 51d00dbc47
9 changed files with 232 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <string>
#include <vector>
class OclocArgHelper;
namespace NEO {
namespace Ocloc {
int validate(const std::vector<std::string> &args, OclocArgHelper *argHelper);
}
} // namespace NEO