ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthCUDA
AthCUDAServices
src
AthCUDA/AthCUDAServices/src/HostMemoryResourceTool.cxx
Go to the documentation of this file.
1
//
2
// Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
//
4
5
// Local include(s).
6
#include "
HostMemoryResourceTool.h
"
7
8
// VecMem include(s).
9
#include <vecmem/memory/cuda/host_memory_resource.hpp>
10
11
// System include(s).
12
#include <cassert>
13
14
namespace
AthCUDA
{
15
16
StatusCode
HostMemoryResourceTool::initialize
() {
17
18
// Construct the appropriate memory resource.
19
m_mr
= std::make_unique<vecmem::cuda::host_memory_resource>();
20
21
// Return gracefully.
22
return
StatusCode::SUCCESS;
23
}
24
25
std::pmr::memory_resource&
HostMemoryResourceTool::mr
()
const
{
26
27
assert(
m_mr
);
28
return
*
m_mr
;
29
}
30
31
}
// namespace AthCUDA
HostMemoryResourceTool.h
AthCUDA::HostMemoryResourceTool::m_mr
std::unique_ptr< std::pmr::memory_resource > m_mr
The memory resource that this tool uses.
Definition
AthCUDA/AthCUDAServices/src/HostMemoryResourceTool.h:43
AthCUDA::HostMemoryResourceTool::mr
virtual std::pmr::memory_resource & mr() const override
Definition
AthCUDA/AthCUDAServices/src/HostMemoryResourceTool.cxx:25
AthCUDA::HostMemoryResourceTool::initialize
virtual StatusCode initialize() override
Initialize the tool.
Definition
AthCUDA/AthCUDAServices/src/HostMemoryResourceTool.cxx:16
AthCUDA
Definition
Info.h:14
Generated on
for ATLAS Offline Software by
1.16.1