|
Excuse me,I want to collect all types of the PTX-level Logic and arithmetic instructions that a program may use when running on the simulator,like dp mul and the the number of bits that can be supported,can you tell me how to achieve it,thanks in advance |
Answered by
JRPan
Mar 7, 2023
Replies: 1 comment 3 replies
|
Is this what you are looking for? |
3 replies
Answer selected by
MWHYNOT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this what you are looking for?
https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#instruction-set
Or you can check this file
https://github.com/accel-sim/gpgpu-sim_distribution/blob/dev/src/cuda-sim/ptx.l
and this
https://github.com/accel-sim/gpgpu-sim_distribution/blob/dev/src/cuda-sim/opcodes.def