-
Sorry for bothering you again Chris. I really want to use ModelingToolKit in package I am developing. The idea of it seems to fit perfectly with my use case, but I am running into a couple bugs. I'll …
-
This issue serves to collect high-level areas where we want to improve or extend Halide. Reading it will let you know what is on the minds of the core Halide developers. If there's something you think…
-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
MWE:
```
module MWE
import QuadGK.quadgk
using Enzyme
function g(x)
function g_one(y)
return exp(-0.5 * y * (2 * x + y) * (2 * x + y))
end
return quadgk(g_one, 0.0, In…
-
MWE:
```
using Bijectors
using Bijectors: PlanarLayer
using Enzyme
function f(θ)
layer = PlanarLayer(θ[1:2], θ[3:4], θ[5:5])
flow = transformed(MvNormal(zeros(2), I), inverse(layer))
…
-
## 🐛 Bug
Hi all I'm trying to build Caffe2 on Pytorch from Binaries, have used Python 2.7 with VS 2019 and CUDA 10.1. Cmake donwloaded manually and also updated via Conda as read from other users p…
-
Just putting some suggestions out there. Maybe we could organize these into [projects](https://github.com/dlib-users/darknet/projects).
- [x] support scaled yolov4
- [x] support yolov5 models
-…
-
Opening this to track progress in taking gradients through `CuArray` broadcasting. With Enzyme main (a68bf83) and CUDA v5.3.4:
```julia
using Enzyme, CUDA
f(x, y) = sum(x .+ y)
x = CuArray(rand(5)…
-
I want to optimize a function which contains tf.linalg.expm, however,
No gradient defined for operation 'MatrixExponential' (op type: MatrixExponential)
-
In the latest [bbfsh logs](https://github.com/bblfsh/bblfshd/issues/298) the following errors arose:
unused field(s) on node CPPASTLiteralExpression: ExpandedFromMacro
```
src/af/ev/unix/…