2021-06-25 18:07:15 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2021 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/command_container/implicit_scaling.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
namespace ImplicitScaling {
|
|
|
|
bool apiSupport = true;
|
2021-09-14 01:39:55 +08:00
|
|
|
} // namespace ImplicitScaling
|
2021-06-25 18:07:15 +08:00
|
|
|
} // namespace NEO
|