dbe2a82e350866392c498c353af508963f9c5544
A patch was made in gfx940 npi branch to move the kernel object file loading to outside the rocrtstNeg.Queue_Validation_* main queue creation and submission loops, and added a clear_code_object() after the loop. Another patch was made to the non-npi branch which adds a clear_code_object() inside the loop. When the npi branch patch was merged, this was causing the code object to be cleared at the end of the first loop. Remove these clear_code_object() calls. Signed-off-by: Graham Sider <Graham.Sider@amd.com> Change-Id: Id4188e78411e81c5071bf715c1f02491f571ab79
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%