Skip to content

Remove support for args in vectorized systems

Christoph Groth requested to merge vect_args into master

We have this freedom since vectorization needs to be enabled explicitly.

For better backwards compatibility, the 'args' argument is still present in old API functions, but setting it to anything non-empty is an error for vectorized systems.

Merge request reports