EnzymeAD / EnzymeAD/Reactant.jl

broadcasting with types fail

Open
#1,064 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.