AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Print types in abbreviated form

Open pfultz2 opened this issue 1 year ago • 0 comments

For the detailed perf report we can print the types as abbreviated types so we can attach to each tensor size:

  • double_type -> f64
  • float_type -> f32
  • half_type -> f16
  • int8_type -> i8
  • uint8_type -> ui8
  • int32_type -> i32
  • int64_type -> i64

pfultz2 avatar Mar 20 '24 18:03 pfultz2