Skip to content
Snippets Groups Projects
DeviceInfo.h 167 B
Newer Older
#ifndef CUDA_DEVICEINFO_H
#define CUDA_DEVICEINFO_H

namespace vf::cuda
{

void verifyAndSetDevice(int deviceId);

void printCudaInformation(int deviceId);

}

#endif