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.
Ports two housekeeping commits from cann-bench-dev (
419af78+8a0bc65)://-style CANN OSL 9-line header block prepended to theexamples/aclnn_launch_example/csrc/ops/**/{*.cpp,*.h}fileset that previously only had a 1-line copyright.#-style header expansion onbuild.sh,scripts/build_run.sh,scripts/build_wheel.sh,setup.py,cann_bench/__init__.pyfor bothaclnn_launch_exampleanddirect_launch_example.scripts/run_evaluation.shandscripts/run_test.shget the same 10-line#block.tests/run_simple.pypicks up the# -*- coding: utf-8 -*-line.examples/aclnn_launch_example/setup.py: swap the order ofinitialize_optionsandfinalize_options(cosmetic — original order had finalize first which reads backwards) alongside the license expansion.No logic changes.