Andrei Zhabinski
Andrei Zhabinski
@JuliaRegistrator register
Ok, the bot seems to be down. Let's wait a couple of hours before trying out other ways.
Does it hold for all models or for some specific? The right way would be to fix it and release a new version, but honestly I'm not sure I'll have...
Maybe! But there's a few details to keep in mind. First and most important - `Umlaut.trace()` cannot create `Loop`s at the moment. Umlaut re-uses implementation of the Tape and all...
**TLDR:** you can safely ignore this test, I will fix it once Julia 1.11 is officially released. Thanks for reporting. These tests, as well as some tests in `test_trace.jl`, are...
(Although you may be more informed about the possible changes, in which case don't hesitate to propose a better action plan)
> I searched for close, disconnect, etc in the code but didn't find anything. There's no a dedicated method to close the connection, but Kafka client is automatically destroyed in...
@mcabbott Since you linked the issue in Yota, I guess you want to test this example too. So let me save you a few minutes: ```julia julia> grad(x -> sum(x.a),...
Ubuntu 14.04 is quite old, not sure it provides libCLFFT at all. Can you run the following from the command line? sudo apt-get install libclfft-dev
Can you please modify this block from `deps/build.jl`: ``` if is_linux() provides(AptGet, "libclfft-dev", libCLFFT) if Sys.ARCH == :x86_64 uri = URI(baseurl * "Linux-x64.tar.gz") basedir = joinpath(@__DIR__, "clFFT-$(version)-Linux-x64") provides( Binaries, uri,...