warp icon indicating copy to clipboard operation
warp copied to clipboard

A Python framework for accelerated simulation, data generation and spatial computing.

Results 266 warp issues
Sort by recently updated
recently updated
newest added

### Description Currently, there doesn't seem to be explicit functionality to toggle rendering of certain objects that have been added with a `render_*` call in the `OpenGLRenderer`. The `visible` parameter...

feature request

Running the test (in serial) takes 883 seconds on my computer. This test creates 431 directories in the kernel cache, and five of them are for the `test_fem.py` module itself,...

ci/cd

### 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

This was deprecated in v1.8.1. Use the `graph_mode` argument instead. 1bd4fac0637cd1eed3abc9af14699b5c9e05b35c

### Description Currently, Warp relies on a combination of `wp.config.enable_backward`, module-level `"enable_backward"`, and kernel-level `"enable_backward"` to decide whether adjoint code should be generated and compiled. We'd like to explore redesigning...

feature request
autodiff

### Description Expose atomic functions for tiles, as in CUDA C++, which allow atomic operations on shared memory. ### Context Currently, only [atomic functions on arrays](https://nvidia.github.io/warp/modules/functions.html#warp.atomic_add) are exposed in Warp....

feature request
tile