Skip to content

Commit cd2b497

Browse files
authored
Updated sample.json files for cuBLAS and matrix_mul_SYCLMigration (#1442)
1 parent 2b1f9a4 commit cd2b497

File tree

2 files changed

+6
-8
lines changed
  • DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration
  • Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration

2 files changed

+6
-8
lines changed

DirectProgramming/C++SYCL/DenseLinearAlgebra/guided_matrix_mul_SYCLMigration/sample.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"guid": "244EEBAA-F3A0-46FD-9305-26DEDAA48C90",
2+
"guid": "244EEBAA-F3A0-46FD-9305-26DEDAA48C90",
33
"name": "Matrix Multiplication cuBLAS Migrated",
44
"categories": ["Toolkit/oneAPI Direct Programming/C++SYCL"],
55
"description": "This sample shows the migration of a more complex matrix multiplication sample from cuBLAS to SYCL.",
@@ -19,7 +19,6 @@
1919
"make run_matrix_mul"
2020
]
2121
}]
22-
23-
}
22+
},
2423
"expertise": "Code Optimization"
25-
}
24+
}

Libraries/oneMKL/guided_cuBLAS_examples_SYCL_Migration/sample.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"guid": "473A43D4-CAA2-4852-AC20-3653EC7CCA16",
2+
"guid": "473A43D4-CAA2-4852-AC20-3653EC7CCA16",
33
"name": "cuBLAS Migration",
44
"categories": ["Toolkit/oneAPI Libraries/oneMKL"],
55
"description": "This sample shows the execution of cuBLAS function migrated to SYCL.",
@@ -19,7 +19,6 @@
1919
"make run_amax"
2020
]
2121
}]
22-
23-
}
22+
},
2423
"expertise": "Code Optimization"
25-
}
24+
}

0 commit comments

Comments
 (0)