Skip to content

Commit 47ee27a

Browse files
jfuentessys_zuul
authored andcommitted
Internal feature
Change-Id: I86b45e943d446bd18f3dfed65ce70b2a9fc6f63c
1 parent 0a9b01f commit 47ee27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/Compiler/CISACodeGen/OpenCLKernelCodeGen.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4545
#include "common/Stats.hpp"
4646
#include "common/SystemThread.h"
4747
#include "common/secure_mem.h"
48+
#include "common/MDFrameWork.h"
4849

4950
#include <iStdLib/utility.h>
5051

@@ -73,6 +74,7 @@ namespace IGC
7374
m_pBtiLayout = &(ctx->btiLayout);
7475
m_Platform = &(ctx->platform);
7576
m_DriverInfo = &(ctx->m_DriverInfo);
77+
7678
}
7779

7880
COpenCLKernel::~COpenCLKernel()

0 commit comments

Comments
 (0)