kk49 / julia-delayed-matrix

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## 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,...)


Languages

Language:Julia 98.8%Language:C 1.2%