Remove slab allocator from backend class
[ROCm/rocshmem commit: 646a59f381]
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include "roc_shmem/roc_shmem.hpp"
|
||||
#include "backend_type.hpp"
|
||||
#include "ipc_policy.hpp"
|
||||
#include "memory/slab_heap.hpp"
|
||||
#include "memory/symmetric_heap.hpp"
|
||||
#include "stats.hpp"
|
||||
#include "team_tracker.hpp"
|
||||
@@ -230,12 +229,6 @@ class Backend {
|
||||
*/
|
||||
SymmetricHeap heap{};
|
||||
|
||||
/**
|
||||
* @brief Object contains the interface and internal data structures
|
||||
* needed to allocate/free memory on the slab heap.
|
||||
*/
|
||||
SlabHeap slab{};
|
||||
|
||||
/**
|
||||
* @brief Determines which device to launch device kernels onto.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user