Commit d472613d authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Cleanup

parent b51bd786
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@

#include <TNL/Assert.h>
#include <TNL/Math.h>
#include <TNL/ParallelFor.h>

#include <TNL/Containers/NDArray.h>

+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public:
   {
      return "Atomic< " +
             TNL::getType< T >() + ", " +
             Devices::Host::getDeviceType() + " >";
             Devices::Cuda::getDeviceType() + " >";
   }

   bool is_lock_free() const noexcept
+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          ArrayOperationsCuda_impl.h  -  description
                          ArrayOperationsCuda.hpp  -  description
                             -------------------
    begin                : Jul 16, 2013
    copyright            : (C) 2013 by Tomas Oberhuber
+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          ArrayOperationsHost_impl.h  -  description
                          ArrayOperationsHost.hpp  -  description
                             -------------------
    begin                : Jul 16, 2013
    copyright            : (C) 2013 by Tomas Oberhuber
+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          ArrayOperationsStatic_impl.h  -  description
                          ArrayOperationsStatic.hpp  -  description
                             -------------------
    begin                : Apr 8, 2019
    copyright            : (C) 2019 by Tomas Oberhuber et al.
Loading