Cheng Gong

Results 4 issues of Cheng Gong

I'm running this on julia 1.7.1, with a MacOS 12.2.1, it crashes ```julia using Enzyme function mybackslash!(x, A, b) x .= A \ b nothing end A = rand(5, 5)...

lapack support

### Discussed in https://github.com/lululxvi/deepxde/discussions/1627 Originally posted by **enigne** January 17, 2024 Hi, I'm currently using deepxde to do ice sheet modeling , TensorFlow2 backend. I would like to ask if...

Hi, I'm using deepxde in my package and recently had issue with the latest updated version of tfp: [https://github.com/enigne/PINNICLE/actions/runs/8476374729/job/23225809520](https://github.com/enigne/PINNICLE/actions/runs/8476374729/job/23225809520) Even if I explicitly use `tensorflow-probability[tf]` as suggested [here ](https://github.com/tensorflow/probability/releases/tag/v0.24.0), I...

Hi, I'm using Optimization.jl in my package: [DJUICE.jl](https://github.com/DJ4Earth/DJUICE.jl) to optimize a cost function. The example is [here](https://github.com/DJ4Earth/DJUICE.jl/blob/test_opt/test/testoptimization.jl) After optimization, the solution is the same as my initial guess. I computed...

bug