Jéssica Milaré
Jéssica Milaré
I just ran benchmarks of openlibm (compiled by gcc and clang) and system libm (Glibc), and these were the results: ``` openlibm(gcc) syslibm openlibm(clang) pow : 17.4427 MPS : 69.7010...
Julia is not detecting reshaped sparse arrays as sparse. This has a wierd consequence when trying to create a sparse vector from a sparse matrix. ```julia julia> D = sparse(Diagonal([1,1,1,1]))...
As normas para citações foi atualizada. Uma atualização importante é que sobrenomes de autores não devem mais ser mais em MALDITO CAPS LOCK. [http://www.cbiotec.ufpb.br/secretariado/contents/documentos/abnt-docs/2023_abnt-10520-citacoes.pdf](http://www.cbiotec.ufpb.br/secretariado/contents/documentos/abnt-docs/2023_abnt-10520-citacoes.pdf)
In "src/dialogs.jl", line 21: `Messagebox(message::AbstractString) = Message(nothing, message=message)` Should be: `Messagebox(message::AbstractString) = Messagebox(nothing, message=message)`
I tried to (ql:quickload :cl-gpu) and it seems that cl-gpu is not well configured with it. First it complains that the component CL-GPU.CUDA wasn't found. After symlinking it into a...