Skip to content
#

The Julia Language

julia logo

Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Here are 3,901 public repositories matching this topic...

julia
longemen3000
longemen3000 commented Jan 11, 2022

i was in need to define my own type <: AbstractSparseMatrixCSC (basically i needed the indexing behaviour of a SparseMatrixCSC, but with another storage type). The (not written in the docs) interface for an AbstractSparseMatrixCSC requires:

  • getcolptr
  • rowvals
  • nonzeros
  • size
    the problem is that an internal function _checkbuffers is required, mainly for the display machin
dash
Pluto.jl
Makie.jl
jonathan-laurent
jonathan-laurent commented Sep 10, 2021

In order to profile and optimize the current inference server architecture and best tune its hyper-parameters for various applications, it would be very useful for AlphaZero.jl to have a mode where it outputs a debugging timeline in which it is possible to easily visualize when each worker submits an inference request, when it gets an answer, and when inference concretely runs on the GPU (along wi

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language