Skip to content

Commit 296b0ca

Browse files
Update src/TracedRArray.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4c3127 commit 296b0ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TracedRArray.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,6 @@ function Base._cat_t(dims, ::Type{T}, X::TracedRArray...) where {T}
774774
catdims = Base.dims2cat(dims)
775775
shape = Base.cat_size_shape(catdims, X...)
776776
RT = Base.promote_eltype(T, X...)
777-
778777
return TracedRArray{RT,length(shape)}(
779778
(),
780779
MLIR.IR.result(

0 commit comments

Comments
 (0)