но ниже код:
Код: Выделить всё
int main() {
std::vector devices = sycl::device::get_devices();
std::vector gpu_devices;
for (const auto& device : devices) {
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79147938/why-my-same-gpu-was-in-different-context[/url]
Мобильная версия