onnxruntime/tools/ci_build
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
..
github Remove Featurizers code (#9300) 2021-10-20 10:20:35 -07:00
__init__.py
amd_hipify.py CUDA EP's ResizeImpl now uses functors, hipify for ROCm EP (#9466) 2021-10-21 15:02:41 -07:00
build.py Remove Featurizers code (#9300) 2021-10-20 10:20:35 -07:00
clean_docker_image_cache.py
coverage.py
gen_def.py
get_docker_image.py
logger.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00
op_registration_utils.py Remove Featurizers code (#9300) 2021-10-20 10:20:35 -07:00
op_registration_validator.py
reduce_op_kernels.py
requirements.txt
upload_python_package_to_azure_storage.py