Skip to content

PaddlePaddle/Paddle-iluvatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaddlePaddle for Iluvatar GPU

English | 简体中文

Please refer to the following steps to compile, install and verify paddlepaddle_iluvatar.

Compilation and Installation

# Please contact Iluvatar customer support (services@iluvatar.com) to obtain the SDK image

# Clone PaddleCustomDevice source code
git clone https://github.com/PaddlePaddle/Paddle-iluvatar.git

bash build_paddle.sh

# Install
bash install_paddle.sh

To enable CINN, set the CMake option WITH_CINN to ON (it is off by default), for example:

WITH_CINN=ON bash build_paddle.sh

Incremental compilation (faster rebuilds after code changes)

# Incremental compilation (faster rebuilds after code changes, also installs whl)
bash build_inc.sh

For incremental builds with CINN enabled, pass the same variable:

WITH_CINN=ON bash build_inc.sh

Verification

# Run tests
cd tests
bash run_test.sh

About

PaddlePaddle for Iluvatar GPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors