Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Oct 31, 2024
1 parent 8f547cd commit 4938e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blas/backends/cublas/cublas_scope_handle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ namespace blas {
namespace cublas {

CublasScopedContextHandler::CublasScopedContextHandler(sycl::interop_handle& ih)
: ih(ih), nativeDevice(ih.get_native_device<sycl::backend::ext_oneapi_cuda>()) {
: ih(ih),
nativeDevice(ih.get_native_device<sycl::backend::ext_oneapi_cuda>()) {
cublasStatus_t err;
CUBLAS_ERROR_FUNC(cublasCreate, err, &cublasHandle);
}
Expand Down

0 comments on commit 4938e48

Please sign in to comment.