Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1ea45fc4 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

rename files

parent 4cfd2e51
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ set(FAUST_USE_PROFILING OFF CACHE BOOL "Profiling the code")
set(FAUST_USE_MATIO ON CACHE BOOL "Using matio library to read mat files")
set(FAUST_USE_XML OFF CACHE BOOL "Using xml configuration to read xml files")
set(FAUST_ISVERBOSE OFF CACHE BOOL "Display useful message for debugging")
set(FAUST_USE_GPU OFF CACHE BOOL "Using both CPU and GPU process")
set(FAUST_USE_GPU ON CACHE BOOL "Using both CPU and GPU process")
set(FAUST_GEN_DOC OFF CACHE BOOL "Generate html documentation with doxygen")
if (FAUST_USE_SINGLEPRECISION)
......
......@@ -14,8 +14,8 @@
#include <iostream>
#include <iomanip>
#include <fstream>
#include "SpBlasHandleGPU.h"
#include "BlasHandleCPU.h"
#include "faust_SpBlasHandle_gpu.h"
#include "faust_BlasHandle_gpu.h"
//modif AL AL
//#include "faust_ConstraintInt.h"
......@@ -92,7 +92,7 @@ int main(int argc, char* argv[])
blas_handle.Init();
//cusparseHandle_t cusparseHandle;
SpBlasHandle<Gpu> spblas_handle;
Faust::SpBlasHandle<Gpu> spblas_handle;
spblas_handle.Init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment