Christopher Taylor

Results 33 issues of Christopher Taylor

this PR adds support for openshmem to nim

included in this PR are pybind11 bindings for tiramisu and cmake build file.

clang-8 identifies two compilation issues. the first is a missing virtual dtor in `computation`, the second is a missing return value in `auto_scheduler::create_initial_computation_graph`.

the type 'computation' in the file `tiramisu/include/tiramisu/core.h` is missing a virtual dtor.

the method implemented in `tiramisu/src/tiramisu_auto_scheduler.cpp:26` is missing a return value of type 'computation_graph'.

thank you for providing this resource, would it be possible to get the llvm-lld linker also distributed as part of the llvm package?

added kubernetes remote deployment scripts.

type: compatibility issue
type: enhancement

Tree transducers require an input tree stored in [Chomsky normal form](https://en.wikipedia.org/wiki/Chomsky_normal_form) (a binary tree structure). Transducers additionally require a set of binary encodings, called paths, of a tree's topology. Each...

submodule: backend

Phylanx would benefit greatly from automatic differentiation. It would be worth exploring if Phylanx should have direct support in [Tangent]. It might be easier to distribute Tangent with Phylanx to...

type: feature request
type: optimization
submodule: frontend
submodule: middleware

Discuss the possibility of providing support for `namedtuple`s. This feature may be out of project scope. https://docs.python.org/2/library/collections.html#collections.namedtuple

type: feature request
category: primitives
category: PhySL
category: @Phylanx
compiler: python