Skip to content

Customize:Backends

NCIC-AlphaSparse edited this page Dec 7, 2024 · 3 revisions

Show how to add new backends or platforms in this library.

  1. Decide the formats and the kernels that the backends support.

  2. Follow the ""Customize:formats, kernels"" to see if satisfy the demands or to add new ones.

  3. Create new directory for backends in root path of library.

  4. Create correspoding files in the new backend directory and update the makefiles.

Clone this wiki locally