mattearllongshot

Results 5 issues of mattearllongshot

## Description of your problem or feature request In certain circumstances we end up having incorrect cache misses leading to extra storage / CPU usage. To reproduce, save the following...

bug
help wanted
important
C-backend

## Description of your problem or feature request With this graph we do a compilation for each process that runs (storing it for the duration of the process), rather than...

bug
help wanted
important
C-backend

See below. Notice that `abcd` becomes `a bcd` in the modified version. It seems sensitive to various things, eg. length of the identifier, line breaks. ## Python Code `~/junk/autopep8_bug.py` ```python...

## Description of your problem or feature request With our production graph we're seeing `TensorFromScalar` taking up a non-trivial amount of time in 2.7.9. ``` Ops --- 25.4% 25.4% 0.575s...

shape inference
performance concern
Op implementation

### Describe the issue: In our production code we have a pytensor graph that has cache misses after an initial run with identical code. This causes process launches to be...

bug