- A100 and V100
- CUDA 11.0+
- Nvidia Nsight Compute
- run
nvidia-smi -lgc 1410ornvidia-smi -lgc 1380on A100 and V100 respectively - run
python3 script/nvcc_compile.py --arch A100on A100 platform andpython3 script/nvcc_compile.py --arch V100on V100 platform. Keep the generatedtxtfile - run
python3 script/process_data.pyto process data, and the resulting csv file appears under thedatafolder - run
python3 draw.py, generate related figures in thefigurefolder