-
Notifications
You must be signed in to change notification settings - Fork 8
Customize:Backends
NCIC-AlphaSparse edited this page Dec 7, 2024
·
3 revisions
Show how to add new backends or platforms in this library.
-
Decide the formats and the kernels that the backends support.
-
Follow the ""Customize:formats, kernels"" to see if satisfy the demands or to add new ones.
-
Create new directory for backends in root path of library.
-
Create correspoding files in the new backend directory and update the makefiles.