baicaixmj / mlu-ops-proto

Test_case Generator for mlu-ops (https://github.com/Cambricon/mlu-ops).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

常用命令

  • protoc mlu_op_test.proto --cpp_out=./
  • protoc mlu_op_test.proto --python_out=./

PR 规范

  • 标题写明任务类型,一般格式:

    [Prefix] Short description of the pull request (Suffix).
  • prefix:新增功能 [Feature] ,修 bug [Fix],文档相关 [Docs] ,开发中 [WIP] (暂时不会被 review)

    [Feature](bangc-ops): Revise code type.
    [Fix](bangc-ops): Fix div bug.
    [Docs](bangc-ops): Add div doc.
    
  • 更多见 PR 规范.md

About

Test_case Generator for mlu-ops (https://github.com/Cambricon/mlu-ops).

License:Apache License 2.0


Languages

Language:Shell 100.0%