"scripts/server/start_server_i2i.sh" did not exist on "aefaf565be061f02237e08c18c3ffdef67af3ac1"
  • Po Yen Chen's avatar
    Rangify constructor of HostTensorDescriptor & Tensor<> (#445) · 4a2a56c2
    Po Yen Chen authored
    * Rangify STL algorithms
    
    This commit adapts rangified std::copy(), std::fill() & std::transform()
    
    * Rangify check_err()
    
    By rangifying check_err(), we can not only compare values between
    std::vector<>s, but also compare any ranges which have same value
    type.
    
    * Allow constructing Tensor<> like a HostTensorDescriptor
    
    * Simplify Tensor<> object construction logics
    
    * Remove more unnecessary 'HostTensorDescriptor' objects
    
    * Re-format example code
    
    * Re-write more HostTensorDescriptor ctor call
    4a2a56c2
profile_gemm_bilinear_impl.hpp 8.36 KB