This commit is contained in:
Mason Remy 2021-01-27 17:32:48 -08:00
Родитель 00f21bc271
Коммит 7147bffabe
1 изменённых файлов: 7 добавлений и 10 удалений

Просмотреть файл

@ -1,7 +1,7 @@
#ifdef TOML
[description]
comment = "Automatically generated by the RoboCode compiler"
comment = "John Doe's GEMM Library"
author = "John Doe"
version = "1.2.3.5"
license_url = "https://www.apache.org/licenses/LICENSE-2.0.html"
@ -21,18 +21,15 @@ license_url = "https://www.apache.org/licenses/LICENSE-2.0.html"
return = { name = "return value", description = "GEMM_B94D27B9934D3E08 return value", logical_type = "void", declared_type = "void", element_type = "void", usage = "output" }
[functions.GEMM_B94D27B9934D3E08.auxiliary]
[functions.GEMM_B94D27B9934D3E08.auxiliary.ORT]
[functions.GEMM_B94D27B9934D3E08.auxiliary.FooToolchain]
node = "gemm"
[functions.GEMM_B94D27B9934D3E08.auxiliary.MAIC]
node = "gemm"
[functions.GEMM_B94D27B9934D3E08.auxiliary.RoboCode]
implementation = "MLAS_Value_GEMM"
generator_version = "1.0"
[functions.GEMM_B94D27B9934D3E08.auxiliary.Contoso]
implementation = "Contoso_GEMM_123"
contoso_tool_version = "1.0"
node = "GEMM"
[functions.GEMM_B94D27B9934D3E08.auxiliary.RoboCode.implementation_config]
MLAS_Value_CacheBMatrix = true
[functions.GEMM_B94D27B9934D3E08.auxiliary.Contoso.implementation_config]
PackBMatrix = true
[functions.blas_sgemm_row_major]