SWDEV-241896 - Remove extern support in ROCclr/HIP since compiler added Texture Reference support.

Change-Id: I2cf27e13a53860fe11e9245c9cbdcb8bd88a7872
Tento commit je obsažen v:
kjayapra-amd
2020-09-21 09:30:06 -04:00
odevzdal Karthik Jayaprakash
rodič 40b432f992
revize 4071cf1a16
3 změnil soubory, kde provedl 0 přidání a 90 odebrání
-8
Zobrazit soubor
@@ -253,10 +253,6 @@ bool HSAILProgram::setKernels(amd::option::Options* options, void* binary, size_
hsa_code_object_t code_object;
code_object.handle = reinterpret_cast<uint64_t>(binary);
if (amd::IS_HIP) {
defineUndefinedVars();
}
hsa_status_t status = executable_->LoadCodeObject(agent, code_object, nullptr);
if (status != HSA_STATUS_SUCCESS) {
buildLog_ += "Error: AMD HSA Code Object loading failed.\n";
@@ -751,10 +747,6 @@ bool LightningProgram::setKernels(amd::option::Options* options, void* binary, s
hsa_code_object_t code_object;
code_object.handle = reinterpret_cast<uint64_t>(binary);
if (amd::IS_HIP) {
defineUndefinedVars();
}
hsa_status_t status = executable_->LoadCodeObject(agent, code_object, nullptr);
if (status != HSA_STATUS_SUCCESS) {
buildLog_ += "Error: AMD HSA Code Object loading failed.\n";