Skip to content
Snippets Groups Projects
Commit 18af9949 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Changing passToCudaDevice function.

parent 844cad9b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
#define TNLCUDASUPPORT_H_
template< class T >
T* passToCudaDevice( const T& data )
T* tnlPassToCudaDevice( const T& data )
{
#ifdef HAVE_CUDA
T* cuda_data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment