Remove slab allocator from backend class

[ROCm/rocshmem commit: 646a59f381]
This commit is contained in:
Brandon Potter
2024-07-11 08:32:18 -07:00
parent 84679dc589
commit 21731f1fc7
-7
View File
@@ -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.
*