Skip to content

Commit

Permalink
Update source/adapters/hip/context.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Chlanda <j.chlanda@gmail.com>
  • Loading branch information
hdelan and jchlanda committed Nov 2, 2023
1 parent 8a453f8 commit 60b81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/hip/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ namespace {
/// Scoped context is used across all UR HIP plugin implementation to activate
/// the native Context on the current thread. The ScopedContext does not
/// reinstate the previous context as all operations in the hip adapter that
/// require and active context, set the active context and don't rely on context
/// require an active context, set the active context and don't rely on context
/// reinstation
class ScopedContext {
public:
Expand Down

0 comments on commit 60b81c0

Please sign in to comment.