Skip to content

Commit 45cb895

Browse files
committed
Fix typo in acl_kernel
1 parent a0bfff2 commit 45cb895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acl_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,7 @@ static cl_int l_enqueue_kernel_with_type(
20612061
// clSetKernelArg was called to store the info needed for the binding
20622062
if (kernel == pipe->host_pipe_info->m_binded_kernel) {
20632063
// Only bind and process pipe transactions if the program is loaded
2064-
// onto the device Otherwire, we do them after device programming
2064+
// onto the device. Otherwise, we do them after device programming
20652065
if (device->loaded_bin &&
20662066
device->loaded_bin->get_dev_prog()->program ==
20672067
kernel->program) {

0 commit comments

Comments
 (0)