Skip to content

Commit

Permalink
update DIOPI submodule (#934)
Browse files Browse the repository at this point in the history
* update diopi submodule of dipu

* update diopi submodule for dipu
  • Loading branch information
zhangzefeng92 authored and lwysense committed Sep 9, 2024
1 parent 29df312 commit bda6ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipu/third_party/DIOPI
Submodule DIOPI updated 36 files
+1 −1 .github/workflows/main.yml
+3 −3 diopi_test/diopi_stub/csrc/litert.cpp
+94 −10 diopi_test/python/configs/diopi_configs.py
+33 −0 diopi_test/python/conformance/customized_test.py
+69 −0 diopi_test/python/conformance/diopi_functions.py
+6 −4 diopi_test/python/conformance/gen_input.py
+19 −5 diopi_test/python/conformance/gen_output.py
+1 −0 diopi_test/python/conformance/global_op_list.py
+17 −2 impl/ascend/aclnn/adaptor.hpp
+116 −0 impl/ascend/ascend_tensor.cpp
+5 −0 impl/ascend/ascend_tensor.hpp
+4 −0 impl/ascend/common/acloprunner.hpp
+43 −0 impl/ascend/common/utils.cpp
+9 −0 impl/ascend/convert_config.yaml
+7 −15 impl/ascend/device_configs.py
+335 −0 impl/ascend/functions/index.cpp
+34 −0 impl/ascend/functions/syn_batch_norm.cpp
+107 −0 impl/ascend/functions_ext/token_attention_inference.cpp
+103 −0 impl/ascend/functions_ext/token_softmax_reducev_inference.cpp
+4 −0 impl/ascend_npu/CMakeLists.txt
+7 −4 impl/ascend_npu/ascend_config.yaml
+5 −0 impl/camb/device_configs.py
+78 −0 impl/cuda/device_configs.py
+1 −0 impl/cuda/error.cpp
+49 −1 impl/cuda/functions.cu
+13 −17 impl/cuda/test/CMakeLists.txt
+12 −0 impl/cuda/test/conform_test.cpp
+4 −1 impl/droplet/CMakeLists.txt
+1 −1 impl/droplet/test/CMakeLists.txt
+49 −0 impl/torch/functions/functions.cpp
+62 −12 impl/torch/functions/functions_ext.cpp
+14 −1 impl/torch/functions/functions_ext/flash-attention/CMakeLists.txt
+43 −38 impl/torch/functions/functions_ext/flash-attention/include/flash_attn/flash_api.h
+4 −3 impl/torch/functions/functions_sparse.cpp
+4 −3 proto/include/diopi/diopirt.h
+42 −0 proto/include/diopi/functions.h

0 comments on commit bda6ef6

Please sign in to comment.