-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hello
I have compiled ASL with VTL 8.1.1 and Boost 1_68_00
I am trying to run the example bus_wind
I get a program crash at ApplicationParametersManager
in function
template <cl_int name> typename
detail::param_traits<detail::cl_command_queue_info, name>::param_type
getInfo(cl_int* err = NULL) const
{
typename detail::param_traits<
detail::cl_command_queue_info, name>::param_type param;
cl_int result = getInfo(name, ¶m);
if (err != NULL) {
*err = result;
}
return param;
}
err equals -34
any hint ?
thanks
jac
Metadata
Metadata
Assignees
Labels
No labels