Skip to main content
LESSON

A6 — GPU-accelerated equation solving

There are a large number of differential equations, partial differential equations, and linear equations calculation problems in EDA. This task is to design a GPU algorithm to accelerate a certain equation calculation algorithm.

1. Problem background

There are a large number of differential equations, partial differential equations, and linear equations calculation problems in EDA. This task is to design a GPU algorithm to accelerate a certain equation calculation algorithm.

2. Problem description

2.1 Description

2.2 Problem case

2.3 Output requirements

2.4 Competition environment

(1) Operating environment

  • Operating system: linux system;

  • Hardware environment: 64-bit x86 CPU, 128GB running memory, 1TB hard drive, NVIDIA-GPU;

  • Software environment: gcc7.5.0, g++7.5.0, glibc2.27, python3.7, cuda-driver.

(2) Reference tools

iEDA:https://gitee.com/oscc-project/iEDAopen in new window