onnxruntime
c6d062ba - [ROCm EP]Add ROCm execution provider to excluded EP for test with Cuda EP (#24961)

Commit
271 days ago
[ROCm EP]Add ROCm execution provider to excluded EP for test with Cuda EP (#24961) Need this since ROCm EP just hipifies the CUDA kernel's used for this. Will give false failures when in fact CUDA EP is doing the same thing ### Description <!-- Describe your changes. --> Adds ROCmExecutionprovider as additional exclude on test that CudaExecutionProvider is failing on. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Since ROCm EP performs a HIPIFY on the CUDA EP kernels to use the equivalent functionality in ROCm to achieve inference, any errors or gaps we find in the CUDA ep will translate accordingly to the ROCm EP. Need to add the exclude here to this newly added test
Parents
Loading