Josh Blum

Results 129 issues of Josh Blum

Currently we execute the clang binary to get llvm bitcode. It should be possible to use the clang api to directly compile code and get an llvm Module. Some work...

enhancement

We have some documentation on the clang block in grextras, but now most of the implementation is in the jit_factory call -- we should document this in the gras wiki...

enhancement

register and create python blocks w/ the factory If this is done right, C++ can create python blocks

enhancement

- JSON does not have a complex support - The STL string format for complex is ugly as sin - Make a better parser that jives w/ python x +...

enhancement

This will be an easy way to put the whole graph into one thread pool. This call will be replaced when actor migration is possible and we can use the...

enhancement

- query all active frameworks and their affinities - query actors in each pool - gui handles to migrate actors - gui handles to create pools

enhancement

We dont want this feature to have its own api call. It should be part of global config. That means top block can put all blocks into a global thread...

enhancement

- TBP - thread per block - one thread group of size one thread per block - STS - single threaded sched - one thread group of size one thread...

enhancement