SWDEV-465215 - hipFuncSetAttribute hipFuncGetAttributes fixes

Change-Id: I2151e4470d63918ff6b809a8fdeaae5bea5cc899


[ROCm/clr commit: c9955a1cea]
This commit is contained in:
Ajay
2024-06-04 12:53:52 -07:00
committed by Ajay GunaShekar
parent 343bdf3187
commit d7f4f778b3
6 changed files with 54 additions and 14 deletions
+1
View File
@@ -624,6 +624,7 @@ Kernel::Kernel(const amd::Device& dev, const std::string& name, const Program& p
workGroupInfo_.uniformWorkGroupSize_ = false;
workGroupInfo_.wavesPerSimdHint_ = 0;
workGroupInfo_.constMemSize_ = 0;
workGroupInfo_.maxDynamicSharedSizeBytes_ = 0;
}
// ================================================================================================