Pawan Bharadwaj

Results 3 issues of Pawan Bharadwaj

The following snippet works well on CPU i.e., it gives the correct gradient but fails on GPU. ```julia using Zygote y=complex.([4,1]) x=complex.([3,2]) function f1215(x, y) x = 2 .* x...

CUDA

```julia using Symbolics using SymbolicUtils @syms x::Real println(exp(im*x)) # works fine latexify(exp(im*x)) # results in the error below ``` ``` ERROR: MethodError: no method matching isless(::Complex{Bool}, ::Int64) Closest candidates are:...

![image](https://github.com/JuliaSymbolics/Symbolics.jl/assets/11274860/477a1cd6-5450-493b-bd0e-325d0eec2747) Look at the notation, it should be d/dr1: The d in the denominator is missing

array variables