Skip to content

More control over device in ConvertNumComponentsToOffsets

Previously, ConvertNumComponentsToOffsets always used TryCompile on the global set of runtime devices. That is still the default behavior, but now you are able to specify your own runtime tracker. Also, there are now versions of ConvertNumComponentsToOffsets that take a device adapter tag.

Merge request reports