An error occurred while fetching the assigned milestone of the selected merge_request.
Brief summary of changes:
VectorFieldVTKWriter
getType()
function using typeid
operator and removed useless getType()
methodsTNL::Devices::Cuda
as free functions into separate namespace TNL::Cuda
Devices::Cuda
into TNL::Pointers
namespace as free functionsatomicAdd
function from Devices/Cuda.h
into Atomic.h
TransferBufferSize
constants (addresses #26 (closed))SystemInfo
class out of the Devices
namespacememcpy
and memcmp
ArrayOperations
:
ArrayOperations
into MemoryOperations
and MultiDeviceMemoryOperations
TNL/Containers/Algorithms/
to just TNL/Algorithms/
TNL::File
: File::save
and File::load
are specialized by Allocator
instead of Device
Devices::Sequential
and corresponding specializations in TNL::Algorithms
Containers::List
because it has no benefits over std::list