forked from jiuyuan/InfiniTensor
![]() * - add LazyAllocator class - calculate memory consumption at present * - basic function of lazy_allocator, remaining test * - modify LazyAllocator * - modify InfiniTensor to fit LazyAllocator * - add setDataBlob - modify alignment - fix GraphObj::dataMalloc * - modified alignment value(64bytes -> 8bytes) - fix LazyAllocator::getPtr() - some dubug codes and commonts - do alignment by chaning size instead of tailAddr * - fix some problem * - translate chinese comments to english * - format codes * - fix test * - code format * - modify codes as YdrMaser and bitzyz suggested * - code format * - modify codes as constroy suggested * - codes format * - modify alignment on cuda * - code format * - add test_lazy_allocator - fix tests where not add input tensor into graph.tensors - fix tests where init tensor's data before calling graph->dataMallocate() * - code format * - remove gpu runtime in test_lazy_allocator * - fix test_lazy_allocator: remove cuda include * - add test * - code format * - add ifdef for test of allocator * - code format * - fix test: remove unused ifdef * - fix bang test * - code format * Merge branch 'master' into dcj/memory_allocator * fix: fix cuda conv_fp16 run fail * fix bang_runtime.cc and cuda_runtime.cc * - update mkl code * - fix codes for mkl * - code format * - remove unused commented codes - add an empty line at the end of the blob.cc --------- Co-authored-by: zhangyunze <z13785159769@163.com> |
||
---|---|---|
.. | ||
test_bang_activation_backward.cc | ||
test_bang_bangcKernel.cc | ||
test_bang_bitcompute.cc | ||
test_bang_cast.cc | ||
test_bang_ceil.cc | ||
test_bang_clip.cc | ||
test_bang_concat.cc | ||
test_bang_conv.cc | ||
test_bang_det.cc | ||
test_bang_element_wise.cc | ||
test_bang_erf.cc | ||
test_bang_exp.cc | ||
test_bang_fill.cc | ||
test_bang_floor.cc | ||
test_bang_hardtanh.cc | ||
test_bang_l2loss.cc | ||
test_bang_log.cc | ||
test_bang_logic.cc | ||
test_bang_matmul.cc | ||
test_bang_maximum.cc | ||
test_bang_minimum.cc | ||
test_bang_mseloss.cc | ||
test_bang_neg.cc | ||
test_bang_net.cc | ||
test_bang_optensor.cc | ||
test_bang_pad.cc | ||
test_bang_pooling.cc | ||
test_bang_pow.cc | ||
test_bang_prelu.cc | ||
test_bang_reciprocal.cc | ||
test_bang_round.cc | ||
test_bang_split.cc | ||
test_bang_sqrt.cc | ||
test_bang_transpose.cc | ||
test_bang_trigon.cc | ||
test_bang_unary.cc |