From 7147bffabefb135762524a7a4e373a0b504dab17 Mon Sep 17 00:00:00 2001 From: Mason Remy Date: Wed, 27 Jan 2021 17:32:48 -0800 Subject: [PATCH] Clean up samples a little bit --- samples/sample_gemm_library.hat | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/samples/sample_gemm_library.hat b/samples/sample_gemm_library.hat index ffbc81c..e24f883 100644 --- a/samples/sample_gemm_library.hat +++ b/samples/sample_gemm_library.hat @@ -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]