Skip to content

Commit c6c401e

Browse files
authored
[Iluvatar] Add CI tests for iluvatar (PaddlePaddle#2162)
* add CI tests for iluvatar * modified script * fix patch * add disabled tests * update disabled_test * update paddle * fix script * update disabled tests
1 parent c1d2469 commit c6c401e

File tree

8 files changed

+1836
-2
lines changed

8 files changed

+1836
-2
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ Paddle/
3838

3939
# ignore clangd cache
4040
.cache/
41+
42+
# ignore unittest_runner result file
43+
tools/unittest_runner/__pycache__
44+
tools/unittest_runner/all_tests.txt
45+
tools/unittest_runner/tests_result.txt
46+
tools/unittest_runner/failed_logs/
47+
tools/unittest_runner/passed_tests.txt
48+
tools/unittest_runner/failed_tests.txt
49+
tools/unittest_runner/disabled_tests.txt
50+
tools/unittest_runner/failed_tests_classification.txt

backends/iluvatar_gpu/build_inc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ fi
133133
pushd "$BUILD_DIR" > /dev/null
134134

135135
# If this is a first-time build, run cmake
136+
rm -f compile.log
136137
if [[ ! -f "Makefile" && ! -f "build.ninja" ]]; then
137138
echo "Running cmake for first time build..."
138139
cmake -G Ninja -DPY_VERSION=${PYTHON_VERSION} -DWITH_COREX=ON -DPADDLE_SOURCE_DIR=${PADDLE_SOURCE_DIR} \

0 commit comments

Comments
 (0)