Move BTI programming to shared code

Change-Id: Ie9d67c1d883f24cfec13ea1618d834d746c0d5be
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2020-10-07 14:22:26 +02:00
committed by sys_ocldev
parent 493434c8e9
commit bf32740f97
26 changed files with 211 additions and 157 deletions

View File

@@ -16,6 +16,12 @@ using Family = NEO::ICLFamily;
#include "shared/source/command_container/encode_compute_mode_bdw_plus.inl"
namespace NEO {
template <>
bool EncodeSurfaceState<Family>::doBindingTablePrefetch() {
return false;
}
template struct EncodeDispatchKernel<Family>;
template struct EncodeStates<Family>;
template struct EncodeMath<Family>;