EnzymeAD / EnzymeAD/Reactant.jl
broadcasting with types fail
Open
- Dominant language
- Julia
- Stars
- 370
- Forks
- 74
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 30
Description
```julia
using Reactant
x_ra = [ConcreteRNumber(i) for i in 1:3]
types = [Float32, Float64, Int32]
foo(x, T) = x
@code_hlo foo.(x_ra, types)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.