Restore misplaced comment

This commit is contained in:
a-doumoulakis 2017-05-24 17:50:15 +01:00
parent 7a8ba565f8
commit fb853a857a

View File

@ -81,7 +81,7 @@ struct memsetCghFunctor{
} }
}; };
//get_devices returns all the available opencl devices. Either use device_selector or exclude devices that computecpp does not support (AMD OpenCL for CPU and intel GPU) //get_devices returns all the available opencl devices. Either use device_selector or exclude devices that computecpp does not support (AMD OpenCL for CPU and intel GPU)
EIGEN_STRONG_INLINE auto get_sycl_supported_devices()->decltype(cl::sycl::device::get_devices()){ EIGEN_STRONG_INLINE auto get_sycl_supported_devices()->decltype(cl::sycl::device::get_devices()){
std::vector<cl::sycl::device> supported_devices; std::vector<cl::sycl::device> supported_devices;
auto plafrom_list =cl::sycl::platform::get_platforms(); auto plafrom_list =cl::sycl::platform::get_platforms();