mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 18:25:05 +08:00
17 lines
354 B
C++
17 lines
354 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;
|
|
bool semaphoreProgrammingRequired = false;
|
|
bool crossTileAtomicSynchronization = true;
|
|
} // namespace ImplicitScaling
|
|
} // namespace NEO
|