mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: Add asserts to ensure NonCopyable and NonMovable 2/n
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8333ba3e6c
commit
c651209617
@@ -441,6 +441,8 @@ struct ExecutionEnvBaseT final : NEO::NonCopyableAndNonMovableClass {
|
||||
PartitionDimT partitionDim = Defaults::partitionDim;
|
||||
};
|
||||
|
||||
static_assert(NEO::NonCopyableAndNonMovable<ExecutionEnvBaseT>);
|
||||
|
||||
struct ExperimentalPropertiesBaseT {
|
||||
HasNonKernelArgLoadT hasNonKernelArgLoad = Defaults::hasNonKernelArgLoad;
|
||||
HasNonKernelArgStoreT hasNonKernelArgStore = Defaults::hasNonKernelArgStore;
|
||||
|
||||
Reference in New Issue
Block a user