"git@gitlab.tiker.net:fikl2/grudge.git" did not exist on "7982284d48bbc8702fd6438b858e4e0c5ff3121a"
make compile independent of 'inputs_like'
'inputs_like' was a unnecessary argument to make the implementation easier. But that led to a confusing interface. Now the compiled operator is smart enough to do the inference of the input data types on its own. It maintains a mapping from the input dtypes it saw to the executable.
Loading
Please sign in to comment