Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 447 Bytes

SmartSolve. Proof of concept.

SmartSolve aims to significantly accelerate various linear algebra algorithms based on providing better algorithmic and architectural choices. In the following example SmartSolve is used to automatically generate SmartLU, an optimized version of the LU decomposition.

cd SmartSolve/examples/smartlu
julia --project=.
pkg> dev ../..
pkg> instantiate
julia> include("generate_smartlu.jl")