ATLAS Offline Software
Control
AthCUDA
AthCUDACore
AthCUDACore
TaskArena.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
//
3
// Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4
//
5
#ifndef ATHCUDACORE_TASKARENA_H
6
#define ATHCUDACORE_TASKARENA_H
7
8
#include <functional>
9
10
namespace
AthCUDA
{
11
19
void
enqueueTask
( std::function<
void
()>
f
);
20
21
}
// namespace AthCUDA
22
23
24
#endif // ATHCUDACORE_TASKARENA_H
AthCUDA
Definition:
Info.h:14
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
AthCUDA::enqueueTask
void enqueueTask(std::function< void()> f)
Enqueue a function to the TBB task arena used for CUDA calls.
Definition:
TaskArena.cxx:20
Generated on Mon Jan 6 2025 21:18:54 for ATLAS Offline Software by
1.8.18