Skip to content

Task00 Илья Байгулов ИТМО#1032

Open
Baigulovqwerty wants to merge 1 commit intoGPGPUCourse:task00from
Baigulovqwerty:task00
Open

Task00 Илья Байгулов ИТМО#1032
Baigulovqwerty wants to merge 1 commit intoGPGPUCourse:task00from
Baigulovqwerty:task00

Conversation

@Baigulovqwerty
Copy link

@Baigulovqwerty Baigulovqwerty commented Jan 22, 2026

Локальный вывод

$ ./enumDevices
Number of OpenCL platforms: 3
Platform #1/3
    Platform name: NVIDIA CUDA
    Platform vendor:
    Number of devices: 1
    Device #1/1
        Device name: NVIDIA GeForce RTX 4060 Laptop GPU
        Device type: GPU
Platform #2/3
    Platform name: Intel(R) OpenCL Graphics
    Platform vendor: Intel(R) Corporation
    Number of devices: 1
    Device #1/1
        Device name: Intel(R) Arc(TM) Graphics
        Device type: GPU
Platform #3/3
    Platform name: Intel(R) OpenCL
    Platform vendor:
    Number of devices: 1
    Device #1/1
        Device name: Intel(R) Core(TM) Ultra 9 185H
        Device type: CPU

Вывод Github CI

$ ./enumDevices
Number of OpenCL platforms: 1
Platform #1/1
Platform name: NVIDIA CUDA
Platform vendor:
Number of devices: 1
Device #1/1
Device name: Tesla T4
Device type: GPU

@GPUcourseBOT
Copy link
Collaborator

Результаты тестирования PR #1032

Логи тестирования (нажмите чтобы развернуть)
=== СТАТУС: Успешно выполнены программы: enumDevices ===
=== enumDevices stdout (exit code: 0) ===
Number of OpenCL platforms: 1
Platform #1/1
Platform name: NVIDIA CUDA
Platform vendor:
Number of devices: 1
Device #1/1
Device name: Tesla T4
Device type: GPU

Посмотреть полные логи

@@ -88,6 +101,32 @@ int main()
// - Тип устройства (видеокарта/процессор/что-то странное)
// - Размер памяти устройства в мегабайтах
// - Еще пару или более свойств устройства, которые вам покажутся наиболее интересными
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Выполните TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants