Zach Corse

Results 27 issues of Zach Corse

### Description Support more tile input arguments to `wp.tile_map()`. Currently we only support unary and binary ops.

feature request
tile

### Description Check whether Warp can support architectures `sm_100a` and `sm_100f`, and if so, update the build process to accommodate them.

feature request

### Description It would be useful to be able to generate adjoint kernels that only compute adjoints for a subset of input variables. It would help the user assess the...

feature request

### Description Provide a Warp utility that will allow users to manually tune/optimize kernel hyperparameters. ### Context Currently this is done adhoc by hand. A tool would be convenient.

feature request

### Description Update the API to make it easy to generate tiles of random numbers.

feature request

### Description `wp.pnoise` functions have adjoints defined, but `wp.curlnoise` functions do not. ### Context To make `wp.curlnoise` differentiable.

feature request

### Description It can be difficult to wrap your head around tile-based programming. We should develop a comprehensive Warp tile tutorial for other developers to learn from, and add this...

feature request