onnxruntime/winml/adapter
Dwayne Robinson 8b0c2e1f3d Merged PR 6101363: Int64 prototype work for ONNX runtime DML EP
Add `support64BitTensorsViaEmulation` to the internal registration info, that informs the graph partitioner that int64 is supported via emulation, even if the device doesn't support it natively.

See further description in the corresponding WindowsAI DML PR:
https://dev.azure.com/microsoft/WindowsAI/_git/WindowsAI/pullrequest/6101182

Note a later PR will most likely *delete* this newly added flag and simplify much of the existing logic, even deleting the strides hack completely ^__^...

Related work items: #28761231
2021-06-11 07:54:30 +00:00
..
abi_custom_registry_impl.cpp Merged PR 6101363: Int64 prototype work for ONNX runtime DML EP 2021-06-11 07:54:30 +00:00
abi_custom_registry_impl.h Merged PR 6101363: Int64 prototype work for ONNX runtime DML EP 2021-06-11 07:54:30 +00:00
pch.h Properly handle downlevel and WCOS scenarios (#3075) 2020-02-25 17:47:02 -08:00
winml_adapter_apis.h Add Thread Spinning Session Option in WinML (#7498) 2021-04-30 11:44:58 -07:00
winml_adapter_c_api.cpp Add Thread Spinning Session Option in WinML (#7498) 2021-04-30 11:44:58 -07:00
winml_adapter_c_api.h Add Thread Spinning Session Option in WinML (#7498) 2021-04-30 11:44:58 -07:00
winml_adapter_dml.cpp Update DirectML version to 1.5.1 and enable ARM/ARM64 builds with DML (#7511) 2021-04-30 00:49:30 -07:00
winml_adapter_environment.cpp Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
winml_adapter_execution_provider.cpp Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
winml_adapter_model.cpp Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
winml_adapter_model.h Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
winml_adapter_session.cpp Add ability for memory arenas to "shrink" periodically (#7284) 2021-05-08 07:53:21 -07:00