microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Rename revmap to map2 #1016

Closed dcrc2 closed 2 years ago

dcrc2 commented 2 years ago

Renames revmap_gpu to map2_gpu in knossos-kernel.cuh.

This function will be called by the generated entry point for any elementwise function which takes two arguments. The code-generator doesn't "know" that it's actually implementing a derivative, so the more generic name seems to make more sense.