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