mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Remove KernelArgInfo and use KernelDescriptor's args instead
Related-To: NEO-4729 Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
215051c48f
commit
ef71915c71
@@ -347,7 +347,6 @@ ModuleImp::~ModuleImp() {
|
||||
|
||||
bool ModuleImp::initialize(const ze_module_desc_t *desc, NEO::Device *neoDevice) {
|
||||
bool success = true;
|
||||
NEO::useKernelDescriptor = true;
|
||||
|
||||
std::string buildOptions;
|
||||
std::string internalBuildOptions;
|
||||
|
||||
Reference in New Issue
Block a user