Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkusiak97 committed Aug 8, 2024
1 parent eaec8e9 commit 09fbb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blas/backends/cublas/cublas_scope_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class CublasScopedContextHandler {
#ifdef _PI_INTERFACE_REMOVED_
static thread_local cublas_handle<ur_context_handle_t> handle_helper;
#else
static thread_local cublas_handle<pi_xontext> handle_helper;
static thread_local cublas_handle<pi_context> handle_helper;
#endif
CUstream get_stream(const sycl::queue &queue);
sycl::context get_context(const sycl::queue &queue);
Expand Down

0 comments on commit 09fbb09

Please sign in to comment.