已合并
chore(license): expand C++/shell CANN OSL headers + setup.py initialize/finalize swap #26
chore(license): expand C++/shell CANN OSL headers + setup.py initialize/finalize swap #26
已合并
fanyuwei创建于 4月24日
fanyuwei成员
4月24日

Ports two housekeeping commits from cann-bench-dev (419af78 + 8a0bc65):

  • //-style CANN OSL 9-line header block prepended to the examples/aclnn_launch_example/csrc/ops/**/{*.cpp,*.h} fileset that previously only had a 1-line copyright.
  • #-style header expansion on build.sh, scripts/build_run.sh, scripts/build_wheel.sh, setup.py, cann_bench/__init__.py for both aclnn_launch_example and direct_launch_example.
  • scripts/run_evaluation.sh and scripts/run_test.sh get the same 10-line # block.
  • tests/run_simple.py picks up the # -*- coding: utf-8 -*- line.
  • examples/aclnn_launch_example/setup.py: swap the order of initialize_options and finalize_options (cosmetic — original order had finalize first which reads backwards) alongside the license expansion.

No logic changes.

likedislike
Pull Request已成功合入, 合并人@su-yueming
(感谢 fanyuwei 的贡献)
CANN-robotCANN-robot成员
4月24日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
4月24日 评论:

CLA Signature Pass

fanyuwei_math, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
Ssu-yueming成员
4月25日 合入了pull request