mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Reuse templetized implementation of box_cox caffe2 operator. * Duplicate .cc file of AVX2 * change intrinsics functions to use AVX512 instructions * override templates * extend the caller to use new methods * guard AVX512 with a gflag to allow smooth transition Differential Revision: D67433457 Pull Request resolved: https://github.com/pytorch/pytorch/pull/143627 Approved by: https://github.com/hl475 |
||
|---|---|---|
| .. | ||
| batch_box_cox_avx512.cc | ||
| batch_box_cox_vec.h | ||
| CMakeLists.txt | ||
| common_avx.cc | ||
| common_avx2.cc | ||
| common_sve.cc | ||
| common.h | ||
| embedding_lookup_idx_avx2.cc | ||
| embedding_lookup_idx_sve.cc | ||
| embedding_lookup_idx.cc | ||
| embedding_lookup_idx.h | ||
| hp_emblookup_codegen.py | ||
| sve_emblookup_codegen.py | ||