Searched refs:has_system_svm (Results 1 – 4 of 4) sorted by relevance
398 const bool has_system_svm = all_of(std::mem_fn(&device::has_system_svm), in clSetKernelExecInfo() local411 if (val == CL_TRUE && !has_system_svm) in clSetKernelExecInfo()419 if (has_system_svm) in clSetKernelExecInfo()
338 const bool system_svm = all_of(std::mem_fn(&device::has_system_svm), in clGetMemObjectInfo()454 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMAlloc()475 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMFree()
956 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMFree()1024 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMemcpy()1082 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMemFill()1138 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMMap()1185 bool can_emulate = q.device().has_system_svm(); in EnqueueSVMUnmap()
105 has_system_svm() const { in has_system_svm() function in clover::device