Markopy
Utilizing Markov Models for brute forcing attacks
cudaDeviceController.cu File Reference

Simple static class for basic CUDA device controls. More...

#include "cudaDeviceController.h"
#include <iostream>
#include <curand_kernel.h>
#include <cuda.h>
#include <cuda_runtime.h>
#include <device_launch_parameters.h>
Include dependency graph for cudaDeviceController.cu:

Go to the source code of this file.

Namespaces

 Markov
 Namespace for the markov-model related classes. Contains Model, Node and Edge classes.
 
 Markov::API
 Namespace for the MarkovPasswords API.
 
 Markov::API::CUDA
 Namespace for objects requiring CUDA libraries.
 

Detailed Description

Simple static class for basic CUDA device controls.

Authors
Ata Hakçıl

Controller class for CUDA device. This implementation only supports Nvidia devices.

Definition in file cudaDeviceController.cu.