mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
Upon invocation of a function with memref arguments, the strides for all dimensions are currently set to 0. This causes dynamic offsets to be calculated incorrectly in the function body. This patch replaces the placeholder values with the actual strides for each dimension and adds a test with parametric slice extraction from a tensor that triggers dynamic indexing.