Ian Schweer

Results 11 issues of Ian Schweer

If I wanted to just download qt creator, and `brew install nvim-qt`, how would I do that?

I've building something using rd3, and have a line graph that has two data sets loaded asynchronously. One data set is guaranteed to be "downloaded" before the other. I unfortunately...

### Description Add the branching ops - [x] Ifelse - [x] ScalarLoop - [ ] Scan - [x] OpFromGraph (WIP in #956 ) - [ ] Blockwise

## Description Adds `ScalarLoop` for pytorch. I do it as a loop as opposed to trying to vectorize it...lmk if I should go that approach or not. ## Related Issue...

enhancement
torch

Torch OpFromGraph Allows us to precompile a subset of the graph via torch. ## Related Issue - [ ] Closes # - [ ] Related to #939 ## Checklist -...

## Description Adds the IfElse node for torch, using `torch.where` ## Related Issue - [ ] Closes #939 - [ ] Related to #821 ## Checklist - [x] Checked that...

enhancement
torch

## Description Adds the blockwise operator for torch (using torch.vmap), and implement Cholesky since that uses blockwise under the hood (easier to test that way). ## Related Issue - [...

### Describe the issue: Wrote a small example to get the `Elemwise` and `ScalarLoop` pattern. The code computes the `(n + 1)th` fibonacci number. When running it using `linker=py`, things...

bug

## Description Add the IfElse op support in torch (reopened cause i `git screwup` my old branch) ## Related Issue - [ ] Closes # - [ ] Related to...

Adds the arma11 model to port to pymc!