mgcpp
A C++ Math Library Based on CUDA
Classes | Namespaces | Typedefs
thread_context.hpp File Reference
#include <cublas_v2.h>
#include <functional>
#include <memory>
#include <unordered_map>
Include dependency graph for thread_context.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mgcpp::thread_context
 

Namespaces

 mgcpp
 

Typedefs

template<typename T , typename U >
using mgcpp::hash_table = std::unordered_map< T, U >