gilbo

Results 29 issues of gilbo

We stripped this out to get Legion working

enhancement

See the other issue on Field Polymorphism #34 . This issue depends on it. Once support for string literals is added we'd like to support some of printf string formatting...

enhancement

The initial proposal for field polymorphism ( #34 ) suggests fixing field names/identities via typechecking. This is fine. However, we would eventually like to be able to avoid re-typechecking /...

enhancement

We had a reviewer recommend that on Kepler GPUs the global reduction tree might be more efficient if we replace the second kernel invocation with atomic operations. To make this...

Ivan requested this feature. We can do it, but it will require adding new value-types to the compiler for tuples. Those have to be plumbed all the way through then.

enhancement

Was there ever a solution that would allow for pruning the unused parts of the graph?

The following input to qpsolve: Dmat: [13,18,-6] [18,27,-9] [-6,-9,4] dvec: [-4,0,-100] Amat: [0] [0] [-1] bvec: [-25] produces the solution vector: [21:56:14.131] x:-3.999999999999967 y:-30.666666666666707 z:-100.00000000000006 which is incorrect as best...

I'm running ruby 1.9.3 installed from rvm on a mac running OS X 10.6.8. Here's the dump from irb of the interaction I performed to make it crash. It's certainly...