We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bfff2 commit 45cb895Copy full SHA for 45cb895
src/acl_kernel.cpp
@@ -2061,7 +2061,7 @@ static cl_int l_enqueue_kernel_with_type(
2061
// clSetKernelArg was called to store the info needed for the binding
2062
if (kernel == pipe->host_pipe_info->m_binded_kernel) {
2063
// Only bind and process pipe transactions if the program is loaded
2064
- // onto the device Otherwire, we do them after device programming
+ // onto the device. Otherwise, we do them after device programming
2065
if (device->loaded_bin &&
2066
device->loaded_bin->get_dev_prog()->program ==
2067
kernel->program) {
0 commit comments