You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed *_pred functions/variables to *_guard_pred to avoid confusion, since some SASS instructions also use as operands predicate register, which is different from guard predicate.
Moved instruction types to InstrType namespace from Instr class.
Added a new str variable, storing the parsed operand, to operand_t.
Added
Added support for native compilation of tools targeting SM arch >= 70 (up to the currently supported arch). Previously a compilation required targeting PTX< SM70 even when running on Volta+
Fixed
Removed unused mref_t variable.
Fixed some bugs on Turing and Ampere.
Fixed bug in instrumentation function stack calculation which resulted in segmentation fault on pbrt (#28) due to possible nested device function calls.
Removed
Removed obsolete custom implementations of shuffle and ballot from utils.h, which was implemented to support old nvcc