-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Is this what you are looking for? |
Beta Was this translation helpful? Give feedback.
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