oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

[DOCS]Update new backend guide to support the latest develop

Open vmalia opened this issue 1 year ago • 4 comments

Description

It was found that the create_new_backend.rst document is outdated and the instructions do not work with the current develop branch.

Solution/Changes

  1. Update usage of scripts to match latest header file changes (.hpp->.hxx) for actual API declarations to be picked up by the scripts.
  2. Add missing generate_ct_templates.py usage.

Test

All script (scripts/*.py) outputs now match the expected output shown in the docs.

vmalia avatar Oct 15 '24 05:10 vmalia