Skip to content

Commit

Permalink
add import os
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwhql committed Jan 12, 2022
1 parent 617663f commit e6cd47e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from __future__ import print_function

import os
import unittest
import numpy as np

Expand Down

1 comment on commit e6cd47e

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on e6cd47e Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #38837 Commit ID: e6cd47e contains failed CI.

🔹 Failed: PR-CI-Windows

build_failed
2022-01-12 10:15:14 warpctc_generated_reduce.cu.obj : error LNK2001: unresolved external symbol _cudaUnregisterFatBinary
2022-01-12 10:15:14 warpctc_generated
.ctc_entrypoint.cu.obj : error LNK2019: unresolved external symbol __cudaRegisterFunction referenced in function "void __cdecl __nv_cudaEntityRegisterCallback(void * *)" (?__nv_cudaEntityRegisterCallback@@YAXPEAPEAX@Z)
2022-01-12 10:15:14 warpctc_generated_reduce.cu.obj : error LNK2001: unresolved external symbol __cudaRegisterFunction
2022-01-12 10:15:14 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\lib\Win32\cudart_static.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64'
2022-01-12 10:15:14 warpctc.dll : fatal error LNK1120: 10 unresolved externals
2022-01-12 10:15:14 ninja: build stopped: subcommand failed.
2022-01-12 10:15:15 [21/2172] Performing build step for 'extern_cryptopp'
2022-01-12 10:15:15 [1/1] Linking CXX shared library cryptopp-shared.dll
2022-01-12 10:15:15 ninja: build stopped: subcommand failed.
2022-01-12 10:15:15 7
2022-01-12 10:15:15 Build Paddle failed, will exit
2022-01-12 10:15:16 EXCODE: 7

🔹 Failed: PR-CI-Coverage

Unknown Failed
2022-01-12 11:54:50 �[37m---    fused 0 softplus with tanh activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with leaky_relu activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with swish activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with hardswish activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with sqrt activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with abs activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with clip activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with gelu activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with relu6 activation�[0m
2022-01-12 11:54:50 �[37m--- fused 0 softplus with sigmoid activation�[0m
2022-01-12 11:54:50 �[1m�[35m--- Running analysis [ir_params_sync_among_devices_pass]�[0m
2022-01-12 11:54:50 �[1m�[35m--- Running analysis [adjust_cudnn_workspace_size_pass]�[0m
2022-01-12 11:54:50 �[1m�[35m--- Running analysis [inference_op_replace_pass]�[0m
2022-01-12 11:54:50 �[1m�[35m--- Running analysis [ir_graph_to_program_pass]�[0m
2022-01-12 11:54:50 I0112 03:54:20.203291 27019 analysis_predictor.cc:741] ======= optimize end =======
2022-01-12 11:54:50 I0112 03:54:20.208477 27019 tester_helper.h:507] Thread 0, number of threads 1, run 1 times...
2022-01-12 11:54:50 I0112 03:54:21.146880 27019 device_context.cc:706] oneDNN v2.4.4
2022-01-12 11:54:50
2022-01-12 11:54:56 1/19 Test #333: test_analyzer_bfloat16_mobilenetv1 .......... Passed 52.78 sec

Please sign in to comment.