-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
int8 unit-test fails on 6148 machine #21594
Comments
This error occurs when we add We skip the error by compile Paddle/paddle/fluid/operators/CMakeLists.txt Lines 56 to 57 in 8996652
|
PR_CI_Manylinux_CoverageThis job use
PR_CI_Manylinux_Coverage_CPUThis job use cmake .. -DWITH_GPU=OFF.
|
@ddokupil Can you reproduce this random fails in local machine? |
They are passing on my configuration (8180 + GPU) |
I notice in the building configuration, What about setting to 0.92 and go through CI and see if there is failure difference |
We tried several ways to build it with following cmake: But with no luck. We keep getting If we disable GPU everything builds fine but doesn't reproduce the issue. |
If we disable GPU, build with |
@ddokupil @lidanqing-intel Our CI runs test in parallel, i.e. |
When GPU ON, We partly reproduced some failures (all qat_int8 passed, all test_analyzer_int8_modelname failed, because of same error). We suspect that the UT used some common libraries or file where GPU settings there. Now we are trying to fix.
|
@luotao1 ,
or
To investigate the issue further please send us the output of the |
Sorry, we could not use single thread(
Sorry, we have disable these unit-tests in #21696, and our nightly tests are on develop branch. |
Moved to other machines that have bigger GPU memory |
The PR_CI_Coverage is 5117 machine, and we add 6148 machine for nightly jobs.
PR_CI_Manylinux_Coverage
This job use
cmake .. -DWITH_GPU=ON
.http://ci.paddlepaddle.org/viewLog.html?buildId=238851&buildTypeId=Paddle_PaddleManylinux_PrCiManylinuxCoverage
PR_CI_Manylinux_Coverage_CPU
This job use
cmake .. -DWITH_GPU=OFF
.http://ci.paddlepaddle.org/viewLog.html?buildId=238814&buildTypeId=Paddle_PaddleManylinux_PrCiManylinuxCoverageCpu
The text was updated successfully, but these errors were encountered: