WinMLRunner v1.2.0.0
New Features!
- DxCore support to select compute device. Use the functionality with :
- -GPUAdapterName : run model on GPU specified by its name. NOTE: Please only use this flag on DXCore supported machines.
- Models with Image Denotation as Input are now supported
- Tensors can now be bound backed by GPU memory.
- Performance File metadata can be added with: AddPerformanceFileMetadata(const std::string& key, const std::string& value). This is only exposed when WinMLRunner is consumed as a static library.
Bug Fixes:
- Maximum -iterations now bumped up to 1024 iterations.
- Outputting performance files now has more robust way to specify destination.
- -BaseOutputPath [<fully qualified path>] : base output directory path for results, default to cwd