Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zq/add specified autocompare #785

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm autcompare CI
NeosZhang committed Apr 19, 2024
commit 1ba0e04e317c3a932b5a06725fb95a3a3852b6a6
15 changes: 0 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -353,21 +353,6 @@ jobs:
source scripts/ci/ascend/ci_ascend_env.sh
bash scripts/ci/ascend/ci_ascend_script.sh build_dipu \
|| ( cd ${DEEPLINK_PATH}/${GITHUB_RUN_NUMBER}/ && rm -rf ${GITHUB_JOB} && exit 1 )
Build-Ascend-910b-with-autocompare:
name: Build-dipu-ascend-910b-with-autocompare
needs: [Build-PyTorch-For-Ascend-910b]
runs-on: tps-ascend-ci-910b
steps:
- name: Build dipu
run: |
set -ex
export USE_COVERAGE=ON
export USE_AUTOCOMPARE=ON
cd ${DEEPLINK_PATH}/${GITHUB_RUN_NUMBER}/ && rm -rf ${GITHUB_JOB} && cp -R source ${GITHUB_JOB} && cd ${GITHUB_JOB}/dipu
source scripts/ci/ascend/ci_ascend_env.sh
bash scripts/ci/ascend/ci_ascend_script.sh build_dipu \
|| ( cd ${DEEPLINK_PATH}/${GITHUB_RUN_NUMBER}/ && rm -rf ${GITHUB_JOB} && exit 1 )
Test-Ascend-910b:
name: Test-dipu-ascend-910b

Unchanged files with check annotations Beta

// Copyright (c) 2023, DeepLink.

Check notice on line 1 in dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.cpp

GitHub Actions / clang-format

Run clang-format on dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.cpp

File dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.cpp does not conform to Custom style guidelines. (lines 2)
#include <ATen/EmptyTensor.h>
#include <ATen/core/op_registration/adaption.h>
#include <ATen/native/CPUFallback.h>
// Copyright (c) 2023, DeepLink.

Check notice on line 1 in dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.hpp

GitHub Actions / clang-format

Run clang-format on dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.hpp

File dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.hpp does not conform to Custom style guidelines. (lines 4, 65, 66, 81, 82, 104, 105)
#pragma once
#include <torch/library.h>
#include <c10/util/Exception.h>

Check notice on line 1 in dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.cpp

GitHub Actions / clang-format

Run clang-format on dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.cpp

File dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.cpp does not conform to Custom style guidelines. (lines 1)
#include <algorithm>
#include <fstream>
#include <c10/util/Exception.h>

Check notice on line 1 in dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.hpp

GitHub Actions / clang-format

Run clang-format on dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.hpp

File dipu/torch_dipu/csrc_dipu/aten/ops/OpRegexMatch.hpp does not conform to Custom style guidelines. (lines 1)
#include <algorithm>
#include <ios>