issues
search
ROCm
/
torch_migraphx
Libraries integrating migraphx with pytorch
BSD 3-Clause "New" or "Revised" License
5
stars
1
forks
source link
Op Support: aten.erf.default
#178
Closed
shivadbhavsar
closed
2 months ago
shivadbhavsar
commented
2 months ago
[ ] Add acc op erf (that wraps torch.erf/torch.special.erf)
[ ] Add converter for acc op (Theres an op in migraphx called "erf", should be a straightforward mapping)
[ ] Add converter for aten.erf.default that maps to the acc converter
[ ] Test cases for both acc and aten converters