Skip to content

WinMLRunner v1.0.1.0

Compare
Choose a tag to compare
@ryanlai2 ryanlai2 released this 21 Mar 22:22
· 1151 commits to master since this release
148a113

New Features:

  • Added new flag:
    -TopK <number>: print top <number> values in the result. Default to 1
  • PIX programmatic capture!
    • PIX is a tool to capture Direct 3D 12 GPU work. With this new release, WinMLRunner will automatically capture PIX traces if it is launched with PIX.
      • 1st Frame: Will contain PIX captures for Session Creation and 1st iteration Bind, 1st iteration Evaluate
      • Nth Frame: Will contain PIX captures for Nth iteration Bind and Nth iteration Evaluate
    • More information about PIX here.
  • .jpeg is now a supported input file format.

Bug Fixes

  • If multiple compute devices are specified, WinMLRunner will continue to run the remaining devices even if the the model run fails on one of the devices.
  • Print out error message if the input is an unsupported file extension.