mirror of
https://github.com/amd/blis.git
synced 2026-05-26 07:25:28 +00:00
Including a C file directly in another C file is not recommended, and some build systems (e.g. Bazel and Buck) do not allow .c files to include other .c files. This commit changes the tapi and oapi framework files that are included from the _ex and _ba file variants from .c filenames to .h filenames. AMD-Internal: [CPUPL-6784] Co-authored-by: Varaganti, Kiran <Kiran.Varaganti@amd.com>