RepoBaidu (ERNIE)Baidu (ERNIE)published Feb 5, 2026seen 5d

PaddlePaddle/Paddle-iluvatar

Cuda

Open original ↗

Captured source

source ↗
published Feb 5, 2026seen 5dcaptured 14hhttp 200method plain

PaddlePaddle/Paddle-iluvatar

Description: PaddlePaddle for Iluvatar GPU

Language: Cuda

License: Apache-2.0

Stars: 1

Forks: 6

Open issues: 58

Created: 2026-02-05T09:52:37Z

Pushed: 2026-06-10T22:42:27Z

Default branch: develop

Fork: no

Archived: no

README:

PaddlePaddle for Iluvatar GPU

English | [简体中文](./README_cn.md)

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

Notability

notability 1.0/10

Routine new repo, 1 star, low traction