mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 02:34:04 +08:00
15 lines
238 B
C++
15 lines
238 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "shared/source/command_container/implicit_scaling.h"
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
namespace ImplicitScaling {
|
||
|
|
bool apiSupport = true;
|
||
|
|
}
|
||
|
|
} // namespace NEO
|