C++: Some renaming; added possibility to pass buffers when constructing arrays
This commit is contained in:
@@ -118,7 +118,7 @@ void maxpy::enqueue(driver::CommandQueue & queue, driver::Program & program, con
|
||||
kernel.setSizeArg(current_arg++, MN[1]);
|
||||
set_arguments(expressions, kernel, current_arg);
|
||||
|
||||
controller.execution_options().enqueue_cache(queue, kernel, global, local);
|
||||
controller.execution_options().enqueue(program.context(), kernel, global, local);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user