Commit f8eb2105 authored by Libor's avatar Libor
Browse files

Full kernels in adellpack and biellpack

parent b5c33ea8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -127,6 +127,11 @@ class tnlArray : public virtual tnlObject

   ~tnlArray();

#ifdef HAVE_CUDA
   __device__
   void add( const IndexType pos, const ElementType& val ) const;
#endif

   protected:

   //!Number of allocated elements
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ inline int roundToMultiple( int number, int multiple )
}




/*template< typename T >
void swap( T& a, T& b)
{
+0 −0

File mode changed from 100644 to 100755.

+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,8 @@ SET( headers tnlMatrix_impl.h
             tnlCSRMatrix_impl.h
             tnlMatrixReader_impl.h
             tnlMatrixWriter_impl.h
             tnlMatrixSetter_impl.h )
             tnlMatrixSetter_impl.h
             tnlBiEllpackMatrix_impl.h )

SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/implementation/matrices )
set( common_SOURCES
+556 −103

File changed.

Preview size limit exceeded, changes collapsed.

Loading