Miles Macklin
Miles Macklin
Hi @coreqode, currently we only support small (3x3) decompositions - but we are planning more general decompositions, most likely for symmetric decompositions, i.e.: Cholesky first, although possibly also LU. Would...
Hi @vastsoun , For the first part: `v3 = vec4_array[tid][0:3]`, we are working on supporting this syntax. As long as the dimensions are known at compile time we can give...
Hi Maria, we are looking at the possibility of releasing this asset as a sample for future Create version if licensing allows. I will update this thread when I have...
Hmm.. that sounds useful, are you using the `wp.Tape()`? That keeps track of all the gradients used during the computation. You could add a post process to clip the gradients...
Agree they seem to serve no real purpose - compatibility with Python may be useful though. Would be good to know what 100 functions does to compile times before making...
Computing the minimal distance across a line segment to a non-convex shape is I think an non-linear, non-convex optimization problem that will require performing some kind of search along the...
Hi @jack123-gif , many thanks for the message - one question regarding this comment: >>Incorrect Bond Dropping: If bonded particles i and j separate slightly beyond max_dist due to vibrations...
Agree, will be nice to use that flag for functions that don't need adjoints.
One thing to check would be that it works for things like `map()` functions that may try to construct calls to the adjoint directly, not sure if they will always...