mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Program sba for global bindless heaps
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b9aee10679
commit
3ca77a6cbe
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -79,6 +79,8 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
|
||||
ErrorCode initialize(Device *device);
|
||||
|
||||
void prepareBindfulSsh();
|
||||
|
||||
virtual ~CommandContainer();
|
||||
|
||||
uint32_t slmSize = std::numeric_limits<uint32_t>::max();
|
||||
|
||||
Reference in New Issue
Block a user