Skip to content

Commit 234846a

Browse files
committed
[UR][Offload] Rename ol_kernel_handle_t -> ol_symbol_handle_t
The interface remains the same, but the type name is different.
1 parent 8640637 commit 234846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/adapters/offload/kernel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ struct ur_kernel_handle_t_ : RefCounted {
7777
}
7878
};
7979

80-
ol_kernel_handle_t OffloadKernel;
80+
ol_symbol_handle_t OffloadKernel;
8181
OffloadKernelArguments Args{};
8282
};

0 commit comments

Comments
 (0)