CbmRoot
Loading...
Searching...
No Matches
LitCudaTest.h
Go to the documentation of this file.
1/* Copyright (C) 2010-2011 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev [committer] */
4
5#ifndef LITCUDATEST_H_
6#define LITCUDATEST_H_
7
9 public:
11 virtual ~LitCudaTest();
12
13 void MyDeviceInfo() const;
14
15 void MyAddVec() const;
16};
17
18#endif /* LITCUDATEST_H_ */
void MyAddVec() const
void MyDeviceInfo() const
virtual ~LitCudaTest()