P4 to Git Change 2034910 by kjayapra@0_HIPWS_LNX1_ROCM on 2019/11/21 19:28:10
SWDEV-145570 - Revering CL#2033779 for now. Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#48 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_module.cpp#49 edit ... //depot/stg/opencl/drivers/opencl/api/hip/hip_platform.cpp#51 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#70 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#36 edit
This commit is contained in:
@@ -240,7 +240,6 @@ class Program : public amd::HeapObject {
|
||||
//! Check if SRAM ECC is enable
|
||||
const bool sramEccEnable() const { return (sramEccEnabled_ == 1); }
|
||||
|
||||
bool getFuncsFromCodeObj(std::vector<std::string>* func_names) const;
|
||||
bool getGlobalVarFromCodeObj(std::vector<std::string>* var_names) const;
|
||||
bool getUndefinedVarFromCodeObj(std::vector<std::string>* var_names) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user