Mentions légales du service

Skip to content
Snippets Groups Projects

Modify the interface of the tpgqrt routines, and fix some numerical bug within the routine

Merged Mathieu Faverge requested to merge faverge/chameleon:tpqrt/hotfix into master
Files
3
@@ -25,6 +25,8 @@
#ifndef _CUDA_BLAS_H_
#define _CUDA_BLAS_H_
#include "include/chameleon_config.h"
#if !defined(CHAMELEON_USE_CUDA)
#error "This file should not be included"
#endif
@@ -37,8 +39,6 @@
#include <cuda.h>
#include <cuComplex.h>
#include "include/chameleon_config.h"
#if defined(CHAMELEON_USE_CUBLAS_V2)
#include <cublas_v2.h>
Loading