CbmRoot
Loading...
Searching...
No Matches
LitCudaTest.cxx
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#include "LitCudaTest.h"
6
7#include <cstdlib>
8
9#include <cuda.h>
10
11extern "C" void DeviceInfo(void);
12extern "C" void AddVec(void);
13
15
17
19
20void LitCudaTest::MyAddVec() const { AddVec(); }
void DeviceInfo(void)
void AddVec(void)
void MyAddVec() const
void MyDeviceInfo() const
virtual ~LitCudaTest()