mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
fix: add missing NonCopyableAndNonMovable asserts
Related-To: NEO-15630 Signed-off-by: Jakub Nowacki <jakub.nowacki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
216e7a593f
commit
c4ab767797
@@ -122,6 +122,8 @@ class DirectSubmissionHw {
|
||||
const DirectSubmissionHw<GfxFamily, Dispatcher> &directSubmission;
|
||||
};
|
||||
|
||||
static_assert(NEO::NonCopyableAndNonMovable<SemaphoreFenceHelper>);
|
||||
|
||||
static constexpr size_t prefetchSize = 8 * MemoryConstants::cacheLineSize;
|
||||
static constexpr size_t prefetchNoops = prefetchSize / sizeof(uint32_t);
|
||||
bool allocateResources();
|
||||
|
||||
Reference in New Issue
Block a user