mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
ocloc zebin validator
Change-Id: I56bd384a0af4f3460a41850bf178c4163b812221
This commit is contained in:
committed by
sys_ocldev
parent
2990de538f
commit
51d00dbc47
21
shared/offline_compiler/source/ocloc_validator.h
Normal file
21
shared/offline_compiler/source/ocloc_validator.h
Normal 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
|
||||
Reference in New Issue
Block a user