Skip to content
#

differentiation

Here are 83 public repositories matching this topic...

grimmmyshini
grimmmyshini commented Mar 24, 2021

Minimum reproducible example:

float func(float z, int a) { 
  for (int i = 1; i < a; i++){
    z = z * a;
  }
  return z;
}

results in the following failed assertion

```Assertion `(isGenericMethod || ((*I)->isVariablyModifiedType() || (*I).getNonReferenceType()->isObjCRetainableType() || getContext() .getCanonicalType((*I).getNonReferenceType()) .getTypePtr() == getContex

Improve this page

Add a description, image, and links to the differentiation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the differentiation topic, visit your repo's landing page and select "manage topics."

Learn more