Commit 1408153f authored by Libor Bakajsa's avatar Libor Bakajsa
Browse files

Fixed missing ifdef.

parent e051e0ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -714,6 +714,7 @@ typename Vector::RealType tnlEllpackSymMatrix< Real, Device, Index >::rowVectorP
    return result;
}

#ifdef HAVE_CUDA
template< typename Real,
          typename Device,
          typename Index >
@@ -737,6 +738,7 @@ void tnlEllpackSymMatrix< Real, Device, Index >::spmvCuda( const InVector& inVec
        i += step;
    }
};
#endif

#ifdef HAVE_CUDA
template< typename Real,