Skip to content

JIeunAmy/coalescing_graph_with_PTX

Repository files navigation

coalescing_graph_with_PTX

Requirements

pip install -r requirements.txt

Usage

Step 0

make PTX code from execution file

cuobjdump -ptx EXECTION_FILE

name the ptx file with thread block id and thread id and save it in original/ ex) GEMM_2_8_32_8.ptx

Step 1

make syntax tree based on PTX code

python3 locality_guru.py -f FILE_NAME.ptx

ex) python3 locality_guru.py -f GEMM_2_8_32_8.ptx

Step 2

python3 locality_map_coalescing.py -f FILE_NAME

ex)python3 locality_map_coalescing.py -f GEMM_2_8_32_8

The result is saved in result_img directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages