Skip to content

Delayed processing of Vector / Matrix expression in Julia with various backends (Julia,CUDA-PTX,...)

Notifications You must be signed in to change notification settings

kk49/julia-delayed-matrix

Repository files navigation

## Delayed Expressions README
# Copyright 2012-2013, Krzysztof Kamieniecki (krys@kamieniecki.com)

## Basic Usage
For DEMO 

    require("demat_demo.jl") 

from julia command line. That will cause the demo expressions to be compiled, cached, and run.

The performance will be better when the expressions are reused so run the tests again using

    demat_test()

To load without the demo use

    require("demat.jl")
    
    

About

Delayed processing of Vector / Matrix expression in Julia with various backends (Julia,CUDA-PTX,...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages