Zach Corse

Results 27 issues of Zach Corse

## Category - [ ] Report an error in the documentation. - [x] Request for something to be documented. - [ ] Suggestion to improve the documentation. - [ ]...

docs

### Bug Description When an array is written to, it either represents an intermediate state in the graph or a final state. In either case, it is not an input...

bug

## Category - [ ] Report an error in the documentation. - [ ] Request for something to be documented. - [x] Suggestion to improve the documentation. - [ ]...

docs

### Description It would be helpful to be able to convert arrays of vector/matrix types to expanded scalar arrays. ### Context Originally we discussed building this feature into `wp.tile_load()`, but...

feature request

### Description Need to add support for `a / 2.0` if `a` is a tile. Same for element-wise tile division (alias for `wp.tile_map(wp.div, a, b)`)

feature request

### Description `*` operator should be equivalent to `wp.tile_map(wp.mul, a, b)`

feature request

### Description `adj_*` calls are not invoked when the relevant builtin has `is_differentiable=False`. Omitting these stubs will remove many lines of code. I think leaving empty stubs for adjoints that...

feature request

### Description Syntax support for, eg: ``` tile[i,j,k][1] ``` Where tile is a 3D tile of matrices and 1 is the first row of the matrix at i,j,k.

feature request

### Description Support fp16 type in `wp.HashGrid` ### Context Reduce memory overhead when lower precision will suffice

feature request

### Description `wp.atomic_cas()` and `wp.atomic_exch()` are missing adjoint operations. Can also update `TypeError`s thrown in atomic builtins.

feature request