AnyDSL / thorin

The Higher-Order Intermediate Representation
https://anydsl.github.io
GNU Lesser General Public License v3.0
151 stars 15 forks source link

Infer #56

Closed leissa closed 7 years ago

madmann91 commented 7 years ago

The infer branch seems to be ready for merging. All tests now pass in Stincilla, on the CPU and the GPU (except "median", which also fails on master), and the traversal code works. Please check that the rest (@richardmembarth ?) works as well (there are some unsupported intrinsics like "shuffle" or "cmpxchg" still). Ready to merge on my side.

richardmembarth commented 7 years ago

From my side we can merge. I'll check if my other code runs once I'm back ...

leissa commented 7 years ago

@madmann91: Great work :) Let's merge then.