mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
* add kernel interface * register kernel * add self/cross qkv projection without cache * add LaunchTransQkv2 for (S,B,X,N,H) -> (X,B,N,S,H) * refactor ConcatPastToPresent * DecoderQkvToContext interface * q,k,v buffer and cache as output * qk, pv and transctx * fix compiler error on linux machine * key_padding_mask * add test_parity file. However not runnable * add partial unittest * made partial attributes to inputs * --gen_doc * change kernel interface, add more tests * morre parity tests * fix test * fix typo * transpose optimizer has bug. remove it temporarily * add input shape checks * add type/shape inference * fix cache shape check * fix rocm build failure * fix rocm build error * review comments * review comments |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| dml_ops | ||
| signal_ops | ||
| function.cc | ||
| function_container.h | ||
| function_impl.h | ||
| function_inliner.h | ||
| graph.cc | ||
| graph_flatbuffers_utils.cc | ||
| graph_flatbuffers_utils.h | ||
| graph_utils.cc | ||
| graph_utils.h | ||
| graph_viewer.cc | ||
| model.cc | ||
| model.h | ||
| model_load_utils.h | ||
| onnx_protobuf.h | ||
| op.cc | ||
| op.h | ||
| record.h | ||
| runtime_optimization_record.h | ||
| runtime_optimization_record_container.cc | ||
| runtime_optimization_record_container.h | ||
| schema_registry.cc | ||