SWDEV-444988 - Fix hiddenheap variable initialization
Change-Id: Icdb32ef4718b8ca0beedd569a4aaf40a9f4fb49d
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
Saleel Kudchadker
γονέας
d808ae6782
υποβολή
ea66946399
@@ -891,6 +891,7 @@ class GraphKernelNode : public GraphNode {
|
||||
}
|
||||
|
||||
hipError_t copyParams(const hipKernelNodeParams* pNodeParams) {
|
||||
hasHiddenHeap_ = false;
|
||||
hipFunction_t func = getFunc(*pNodeParams, ihipGetDevice());
|
||||
if (!func) {
|
||||
return hipErrorInvalidDeviceFunction;
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user