Skip to content

Updated sample.json files for cuBLAS and matrix_mul_SYCLMigration #1442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -19,7 +19,6 @@
"make run_matrix_mul"
]
}]

}
},
"expertise": "Code Optimization"
}
}
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -19,7 +19,6 @@
"make run_amax"
]
}]

}
},
"expertise": "Code Optimization"
}
}