Loading src/TNL/Atomic.h +2 −2 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public: { return "Atomic< " + TNL::getType< T >() + ", " + Devices::Host::getDeviceType() + " >"; Devices::Host::getType() + " >"; } // CAS loops for updating maximum and minimum Loading Loading @@ -125,7 +125,7 @@ public: { return "Atomic< " + TNL::getType< T >() + ", " + Devices::Cuda::getDeviceType() + " >"; Devices::Cuda::getType() + " >"; } bool is_lock_free() const noexcept Loading src/TNL/Containers/Algorithms/ArrayIO.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ struct ArrayIO< Value, Device, Index, true > { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Devices::Host::getDeviceType() + ", " + Devices::Host::getType() + ", " + TNL::getType< Index >() + " >"; } Loading Loading @@ -81,7 +81,7 @@ struct ArrayIO< Value, Device, Index, false > { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Devices::Host::getDeviceType() + ", " + Devices::Host::getType() + ", " + TNL::getType< Index >() + " >"; } Loading src/TNL/Containers/Array.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ getType() { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + " >"; } Loading src/TNL/Containers/ArrayView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ getType() { return String( "Containers::ArrayView< " ) + ", " + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + " >"; } Loading src/TNL/Containers/DistributedArray.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ getType() { return String( "Containers::DistributedArray< " ) + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + ", " + // TODO: communicators don't have a getType method "<Communicator> >"; Loading Loading
src/TNL/Atomic.h +2 −2 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public: { return "Atomic< " + TNL::getType< T >() + ", " + Devices::Host::getDeviceType() + " >"; Devices::Host::getType() + " >"; } // CAS loops for updating maximum and minimum Loading Loading @@ -125,7 +125,7 @@ public: { return "Atomic< " + TNL::getType< T >() + ", " + Devices::Cuda::getDeviceType() + " >"; Devices::Cuda::getType() + " >"; } bool is_lock_free() const noexcept Loading
src/TNL/Containers/Algorithms/ArrayIO.h +2 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ struct ArrayIO< Value, Device, Index, true > { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Devices::Host::getDeviceType() + ", " + Devices::Host::getType() + ", " + TNL::getType< Index >() + " >"; } Loading Loading @@ -81,7 +81,7 @@ struct ArrayIO< Value, Device, Index, false > { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Devices::Host::getDeviceType() + ", " + Devices::Host::getType() + ", " + TNL::getType< Index >() + " >"; } Loading
src/TNL/Containers/Array.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ getType() { return String( "Containers::Array< " ) + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + " >"; } Loading
src/TNL/Containers/ArrayView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ getType() { return String( "Containers::ArrayView< " ) + ", " + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + " >"; } Loading
src/TNL/Containers/DistributedArray.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ getType() { return String( "Containers::DistributedArray< " ) + TNL::getType< Value >() + ", " + Device::getDeviceType() + ", " + Device::getType() + ", " + TNL::getType< Index >() + ", " + // TODO: communicators don't have a getType method "<Communicator> >"; Loading