mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
separate BuiltinDispatchInfoBuilder from built_ins.h
We don't need BuiltinDispatchInfoBuilder in every place where built ins are used. specifically in .cpp files generated from kernel binary. Change-Id: Ie739951cdc93873993f78ad14cee656122af51fd Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -21,9 +21,10 @@
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include "runtime/helpers/string.h"
|
||||
#include "config.h"
|
||||
#include "CL/cl.h"
|
||||
#include "opencl_c.h"
|
||||
#include "runtime/helpers/string.h"
|
||||
|
||||
namespace BuiltinKernelsSimulation {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user