Cauã Chagas
Cauã Chagas
Na instalação das dependências, o TinyTeX acusa uns erros se a linguagem do sistema estiver em português. Pode ser resolvido com ```bash tlmgr install texlive-msg-translations ``` Se o `texliveonfly` estiver...
**Comportamento esperado**: Baixar automáticamente os pacotes do LaTeX durante a compilação. **Passos para reprodução**: Caso o usuário esteja usando o `TinyTex` ou instalou o `TeXLive` (meu caso) que não seja...
I tried to add to the [code](https://github.com/kailaix/ADCME.jl/blob/f130f0e5045f076b16e0635cf44ab052933dc7c0/src/sparse.jl) ```julia function SparseTensor(I::Union{PyObject,Array{T,1}}, J::Union{PyObject,Array{T,1}}, V::Union{Array{ComplexF64,1}, PyObject}, m::Union{S, PyObject, Nothing}=nothing, n::Union{S, PyObject, Nothing}=nothing; is_diag::Bool=false) where {T
i wrote a simple FindMKL_SDL to run the pardiso_basic example. I used an similar Dockerfile to run the project ```sh cmake -B build ```  ```sh cmake -B build -DMKLROOT=$CONDA_PREFIX...