onnxruntime/tools
Jeff Daily ca7116ca3e
CUDA EP's ResizeImpl now uses functors, hipify for ROCm EP (#9466)
Support for device function pointers is not yet available for ROCm.
Instead, the device function pointers were converted to device functors.
Case statements, lambdas, and macros are used for dispatch; as a result,
all combinations of kernels are compiled with inlined functors. The
basis of this approach can be found in PyTorch.

Lastly, hipify and register Resize and Upsample for ROCm EP.
2021-10-21 15:02:41 -07:00
..
ci_build CUDA EP's ResizeImpl now uses functors, hipify for ROCm EP (#9466) 2021-10-21 15:02:41 -07:00
doc Add graphviz into Dockerfile images for Python API documentation (#7819) 2021-06-02 16:12:54 -07:00
nuget make uwp store apps link to statically-linked crt desktop builds (#9182) 2021-09-27 15:37:15 -07:00
perf_util
python Fix Where op type reduction processing (#9033) 2021-09-13 08:37:58 -07:00