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

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

docs

Hello, ## My Setup I'm trying to simulate the bounce example but with the ball being a rigid body sphere instead of a particle. This setup works well with the...

bug
warp.sim
autodiff

Possible API options: zfill=True, bounds_check=False, etc. Also update documentation.

feature request
tile

### Description I'm trying to create a warp struct that holds a sparse matrix: ``` @wp.struct class NeohookeanElasticMaterial: sparse_hessian: wps.bsr_matrix_t(dtype=wp.types.matrix(shape=(9,9), dtype=wp.float32)) ``` ### Context Setting the sparse matrix shape during...

feature request
core

We need to clarify the support policy of Warp for topics like: - CUDA versions - Python versions - JAX, Pytorch - DLPack - Warp Public API - Undocumented API,...

docs
platform

We need to start publishing Warp builds with CUDA 13 after its released. Ideally, all features would be supported.

platform

I want to generate pixel-level annotation of occlusions and having a CUDA-optimized generalization of warp.mesh_query_ray() - potentially mesh_query_ray_allhits() - that reports all ray hits with a list of identifiers would...

feature request
core

### Description We should add a fast path to load wider types using float2/float4 loads as this can give a nice performance boost for memory-heavy kernels. ### Context We observed...

feature request
core

### Bug Description Hello, ## What I'm trying to do My objective is to 1. start with a warp array called `base_state`, 2. make `n` copies of this array, 3....

bug
autodiff

### Bug Description Doing the following: ``` model.shape_geo.scale.requires_grad = False model.shape_geo.thickness.requires_grad = False ``` Causes the gradient arrays for `scale` and `thickness` to be garbage collected, however the `model.shape_geo` struct...

bug
core
autodiff