2019-07-05 10:31:32 +02:00
|
|
|
/*
|
2021-10-07 10:07:49 +00:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-07-05 10:31:32 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-24 13:10:44 +01:00
|
|
|
#include "shared/source/built_ins/built_ins.h"
|
|
|
|
|
|
2020-02-22 22:50:57 +01:00
|
|
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
2019-07-05 10:31:32 +02:00
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
2020-10-22 12:14:54 +02:00
|
|
|
BuiltinDispatchInfoBuilder &BuiltInDispatchBuilderOp::getUnknownDispatchInfoBuilder(EBuiltInOps::Type operation, ClDevice &device) {
|
2019-09-30 11:20:16 +02:00
|
|
|
throw std::runtime_error("getBuiltinDispatchInfoBuilder failed");
|
|
|
|
|
}
|
2019-07-05 10:31:32 +02:00
|
|
|
} // namespace NEO
|