mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Restore misplaced comment
This commit is contained in:
parent
7a8ba565f8
commit
fb853a857a
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user