Skip to content

Repository files navigation

tap

A parallel architecture trace parser using the PAT trace format.

compile

make build

run example

make run

pat

The PAT trace format is composed of a number of tokens, which are as follows:

Dimensions:D #wkgrps_x #wkgrps_y #wkgrps_z wkgrp_size_x wkgrp_size_y wkgrp_size_z

Thread ID:T tid

Instruction Packet:P pc #instructions #dependent_addrs dependent_addrs*

Load Packet:L #bytes-1 address pc #instructions #dependent_addrs dependent_addrs*

Store Packet:S #bytes-1 address pc #instructions #dependent_addrs dependent_addrs*

Barrier Packet:B pc #instructions #dependent_addrs dependent_addrs*

About

A parallel architecture trace parser

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages