From bf38ef62716d8be022360d122b2f823ed3621484 Mon Sep 17 00:00:00 2001 From: "Wei, Jimmy T" Date: Thu, 16 Mar 2023 09:27:49 -0700 Subject: [PATCH] Updated sample.json files for cuBLAS and matrix_mul_SYCLMigration --- .../guided_matrix_mul_SYCLMigration/sample.json | 7 +++---- .../guided_cuBLAS_examples_SYCL_Migration/sample.json | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration/sample.json b/DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration/sample.json index b3b78ddfe4..1277adf7d1 100644 --- a/DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration/sample.json +++ b/DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration/sample.json @@ -1,5 +1,5 @@ { - "guid": "244EEBAA-F3A0-46FD-9305-26DEDAA48C90", + "guid": "244EEBAA-F3A0-46FD-9305-26DEDAA48C90", "name": "Matrix Multiplication cuBLAS Migrated", "categories": ["Toolkit/oneAPI Direct Programming/C++SYCL"], "description": "This sample shows the migration of a more complex matrix multiplication sample from cuBLAS to SYCL.", @@ -19,7 +19,6 @@ "make run_matrix_mul" ] }] - - } + }, "expertise": "Code Optimization" -} \ No newline at end of file +} diff --git a/Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/sample.json b/Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/sample.json index 03f4a5ba9d..2597e170e1 100644 --- a/Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/sample.json +++ b/Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/sample.json @@ -1,5 +1,5 @@ { - "guid": "473A43D4-CAA2-4852-AC20-3653EC7CCA16", + "guid": "473A43D4-CAA2-4852-AC20-3653EC7CCA16", "name": "cuBLAS Migration", "categories": ["Toolkit/oneAPI Libraries/oneMKL"], "description": "This sample shows the execution of cuBLAS function migrated to SYCL.", @@ -19,7 +19,6 @@ "make run_amax" ] }] - - } + }, "expertise": "Code Optimization" -} \ No newline at end of file +}