File tree Expand file tree Collapse file tree 3 files changed +318
-18
lines changed Expand file tree Collapse file tree 3 files changed +318
-18
lines changed Original file line number Diff line number Diff line change 56
56
${PADDLE_SOURCE_DIR} /paddle/phi/backends/gpu/cuda/cuda_info.cc
57
57
${PADDLE_SOURCE_DIR} /paddle/phi/kernels/funcs/math_function.cu
58
58
${PADDLE_SOURCE_DIR} /paddle/phi/kernels/gpu/index_add_kernel.cu
59
- ${PADDLE_SOURCE_DIR} /paddle/phi/kernels/gpu/eye_kernel.cu
59
+ # ${PADDLE_SOURCE_DIR}/paddle/phi/kernels/gpu/eye_kernel.cu
60
60
${PADDLE_SOURCE_DIR} /paddle/phi/kernels/gpu/bincount_kernel.cu
61
61
${PADDLE_SOURCE_DIR} /paddle/phi/kernels/gpu/uniform_kernel.cu )
62
62
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- set -e
17
+ set -ex
18
18
19
+ CODE_ROOT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /" && pwd ) "
20
+ export CODE_ROOT
19
21
echo " uninstall paddle-metax-gpu..."
20
22
pip uninstall -y paddle-metax-gpu
21
23
24
+ cd ${CODE_ROOT} /../../Paddle
25
+ git submodule update --init
26
+ cd ${CODE_ROOT}
22
27
if [ ! -d build ]; then
23
28
echo " build directory not found, creating..."
24
29
mkdir build
You can’t perform that action at this time.
0 commit comments