Teo

Results 9 issues of Teo

Although it is not reflected on the website, nrrd has been updated to allow NRRD0006. If you download the latest version of teem, you will find that you can use...

help wanted

Hi, Jmat.eig([[-1,0,1],[3,0,-3],[1,0,-1]]).v.toString() gives us the following: answer: [[-1.0000000000000002, 1.0000000000000113, 0], [2.9999999999999987, -50.64166161063003, 1], [1, 1, 0]] (as tested here: http://lodev.org/jmat/jmat_demo.html and in the browser) Everything is close enough except that...

TL;DR - We AOT compiled the bilateral grid app using the python bindings and bilateral grid generator, which installed with `brew install halide`. Then we tried to run it in...

So this might not really be a bug because I think doing this is inadvisable, but that said I'd really like it to work and I think you should like...

Introduce a transformation that fuses two loops where one is directly nested below the other. There are a few different strategies for how we could do this: - By enabling...

enhancement

## Precompute Add a function with the following specification: `program = precompute(program, expressionPattern, computeAtIndex, storeAtIndex, storageType, storagePermutation)` This function finds all instances of `expressionPattern` below a loop level specified by...

enhancement
discussion

We want a transformation that takes an expression in a loop and transforms the loop to be over "the non zeros of the computation". For example, if we had a...

enhancement

Hi. I added a Spack package a while ago and I am maintaining it. I thought that I might let you all know and add something to the readme. If...

This is not quite ready yet but the basic functionality seems to work