Hi all,
Line 168 of gpu_detect seems odd to me, so i thought i'd raise a query
about it. sorry if this isn't the correct place, i couldn't find anywhere
on the forums discussing code.



166
    nvidia.correlate(use_all, ignore_gpu_instance[PROC_TYPE_NVIDIA_GPU]);
167     ati.correlate(use_all, ignore_gpu_instance[PROC_TYPE_AMD_GPU]);
168
    intel_gpu.correlate(use_all, ignore_gpu_instance[PROC_TYPE_AMD_GPU]);
169     correlate_opencl(use_all, ignore_gpu_instance);

Shouldn't it be PROC_TYPE_INTEL_GPU ?

Regards,
Andrew Dicker
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to