P4 to Git Change 1309857 by lmoriche@lmoriche_opencl_dev on 2016/09/01 13:09:36
SWDEV-94610 - Restore the amdgpu_metadata.[ch]pp namespaces (amd::hsa::code) Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/amdgpu_metadata.cpp#2 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/amdgpu_metadata.hpp#2 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.cpp#10 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rockernel.hpp#5 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#24 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#12 edit
This commit is contained in:
@@ -1038,7 +1038,7 @@ HSAILProgram::linkImpl_LC(amd::option::Options *options)
|
||||
return false;
|
||||
}
|
||||
|
||||
metadata_ = new roc::RuntimeMD::Program::Metadata();
|
||||
metadata_ = new amd::hsa::code::Program::Metadata();
|
||||
if (!metadata_->ReadFrom((void *) data, size)) {
|
||||
buildLog_ += "Error while parsing runtime metadata.\n";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user