MCPcopy Create free account
hub / github.com/LBANN/lbann / TranslateBetweenGridsVCAsync

Function TranslateBetweenGridsVCAsync

src/execution_algorithms/kfac/kfac_util.cpp:875–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873
874template <typename T, El::Device Device>
875void TranslateBetweenGridsVCAsync(
876 const El::DistMatrix<T, El::STAR, El::VC, El::ELEMENT, Device>& A,
877 El::DistMatrix<T, El::STAR, El::VC, El::ELEMENT, Device>& B,
878 El::DistMatrix<T, El::STAR, El::VC, El::ELEMENT, Device>& subset,
879 std::vector<ReqT>& Requests)
880{
881 LBANN_ERROR("TranslateBetweenGridsVCAsync function is not implemented for "
882 "this configuration");
883}
884
885template <>
886void TranslateBetweenGridsVCAsync(

Calls 6

TranslateBetweenGridsVCFunction · 0.85
HeightMethod · 0.80
WidthMethod · 0.80
ResizeMethod · 0.80
LockedBufferMethod · 0.80
BufferMethod · 0.80

Tested by

no test coverage detected