MIVisionX
MIVisionX copied to clipboard
Audio PR - Augmentation support [ Resample and Operator Overloading nodes ]
- Adding openvx rpp extensions for Resample, TensorTensorAdd and TensorScalarMultiply augmentations
- TensorTensorAdd augmentation will be extended to support all tensors of supported layouts in future PRs Note: PR https://github.com/ROCm/MIVisionX/pull/1320 has to be merged before this PR - file changes will reduce to 9
@rrawther Checked the TensorAdd MIOpen node. We could not find Host support in TensorAdd MIOpen node - all the audio augmentation PR created are for Host backend. Also, the input tensors passed to TensorAdd and node are not of same shape and TensorAdd MIOpen node does elementwise addition so it would not work for our usecase. Same issue applies for TensorMultiply MIOpen node as well
@rrawther I have addressed the review comments
@SundarRajan98 can you please resolve merge conflicts
@kiritigowda Resolved merge conflicts
@kiritigowda: Please merge this PR
@SundarRajan98 - sync with TOT
@kiritigowda Synced PR branch with ToT
@SundarRajan98 -- can you sync all PRs to TOT and allow permission to edit your PR; it will be easier to update and run CI
@kiritigowda Merged all PRs with ToT changes. Should I add you as an collaborator for giving you edit permissions?
@SundarRajan28 please sync to ToT
@LakshmiKumar23 Synced PR with ToT changes