Commits


Scott McKay authored and GitHub committed 858989293dc
Reduce binary size of strided copy used by Concat (#8913) * Change the strided copy to switch on data size not data type. Move to header so we can reduce on the enabled types. Setup type reduction for Concat now that it's using this implementation.