Models: cleaning of the global caching mechanism
This commit is contained in:
@@ -29,7 +29,7 @@ extern "C"
|
||||
{
|
||||
std::list<is::driver::Event> levents;
|
||||
is::execution_options_type options(is::driver::CommandQueue(commandQueues[i],false), &levents, &waitlist);
|
||||
is::execute(is::control(operation, options), is::models(options.queue(context)));
|
||||
is::execute(is::control(operation, options), is::models::get(options.queue(context)));
|
||||
if(events)
|
||||
{
|
||||
events[i] = levents.front().handle().cl();
|
||||
|
Reference in New Issue
Block a user