8#include <gtest/gtest.h>
10#include "arccore/common/accelerator/Runner.h"
12#include "arccore/accelerator/internal/Initializer.h"
14#include "./TestCommon.h"
28void _doLambda(
bool use_accelerator, Int32 max_allowed_thread)
31 Runner runner(x.executionPolicy());
36ARCCORE_TEST_DO_TEST_ACCELERATOR(ArccoreAccelerator, TestLambda, _doLambda);
Internal class to initialize the accelerator runtime.
Execution queue for an accelerator.
Execution manager for accelerator.
Namespace for accelerator usage.
RunQueue makeQueue(const Runner &runner)
Creates a queue associated with runner.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --