This package is the counterpart of AbstractArray interface, but for GPU array types. It provides functionality and tooling to speed-up development of new GPU array types. This package is not intended for end users; instead, you should use one of the packages that builds on GPUArrays.jl, such as CUDA.jl, oneAPI.jl or AMDGPU.jl.
This package defines the BFloat16 data type. The only currently available hardware implementation of this datatype are Google's Cloud TPUs. As such, this package is suitable to evaluate whether using TPUs would cause precision problems for any particular algorithm, even without access to TPU hardware. Note that this package is designed for functionality, not performance, so this package should be used for precision experiments only, not performance experiments.
Documentation at https://melpa.org/#/julia-mode
Documentation at https://melpa.org/#/julia-repl
This package offers a unicode transformation library.
This package provides a wrapper for libass.
This package provides a wrapper for ffmpeg.
This package provides a documentation generator for Julia.
This package provides a wrapper for the pixman library.
This package provides a wrapper for the libffi library.
This package provides a wrapper for the libpng library.
This package provides a summary of available CPU features in Julia.
This is the official Emacs mode for editing Julia programs.
Makie is a data visualization ecosystem for the Julia programming language.
This Emacs package provides a mode for the Julia programming language.
This package offers Python-style general formatting and c-style numerical formatting.
PlotThemes is a package to spice up the plots made with Plots.jl.
This package provides the type DataValue that is used to represent missing data.
This package defines the primitive types for nucleic acids and amino acids that are used ny otherBioJulia packages.
Julia macros for suppressing and/or capturing output (stdout), warnings (stderr) or both streams at the same time.
Optimisers.jl defines many standard gradient-based optimisation rules, and tools for applying them to deeply nested models.
This package provides macros for defining the required behaviours of Julia interfaces, and stating that an object implements them.
This package provides a collection of tools for metaprogramming on Julia Expr, the meta programming standard library for MLStyle.