LAMA
|
Contains the implementation of the class CUDAContext. More...
#include <lama/cuda/CUDAContext.hpp>
#include <lama/cuda/CUDAStreamSyncToken.hpp>
#include <lama/cuda/CUDAError.hpp>
#include <lama/task/TaskSyncToken.hpp>
#include <lama/task/Thread.hpp>
#include <lama/ContextAccess.hpp>
#include <lama/exception/LAMAAssert.hpp>
#include <lama/tracing.hpp>
#include <boost/bind.hpp>
#include <cublas.h>
#include <cuda.h>
#include <cusparse.h>
#include <memory>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
lama::LAMA_LOG_DEF_LOGGER (CUDAContext::logger,"Context.CUDAContext") | |
static variables | |
Variables | |
cusparseHandle_t | lama::CUDAContext_cusparseHandle = 0 |
Contains the implementation of the class CUDAContext.