Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task00 Александр Виноградов HSE #7

Closed
wants to merge 1 commit into from

Conversation

rusteRR
Copy link

@rusteRR rusteRR commented Sep 15, 2024

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

$ ./enumDevices
Number of OpenCL platforms: 3
Platform #1/3
    Platform name: NVIDIA CUDA
    Platform name: NVIDIA Corporation
    Number of available devices: 1
        Device name: NVIDIA GeForce RTX 3070
        Device type: CL_DEVICE_TYPE_GPU
        Global mem size (Mb): 8191
        Local mem size (bytes): 49152
        Max work group size: 1024
Platform #2/3
    Platform name: Intel(R) OpenCL HD Graphics
    Platform name: Intel(R) Corporation
    Number of available devices: 1
        Device name: Intel(R) UHD Graphics 750
        Device type: CL_DEVICE_TYPE_GPU
        Global mem size (Mb): 13029
        Local mem size (bytes): 65536
        Max work group size: 256
Platform #3/3
    Platform name: Intel(R) CPU Runtime for OpenCL(TM) Applications
    Platform name: Intel(R) Corporation
    Number of available devices: 1
        Device name: 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz
        Device type: CL_DEVICE_TYPE_CPU
        Global mem size (Mb): 32573
        Local mem size (bytes): 32768
        Max work group size: 8192

Вывод Github CI

$ ./build/enumDevices
Number of OpenCL platforms: 1
Platform #1/1
    Platform name: Intel(R) CPU Runtime for OpenCL(TM) Applications
    Platform name: Intel(R) Corporation
    Number of available devices: 1
        Device name: AMD EPYC 7763 64-Core Processor            
        Device type: CL_DEVICE_TYPE_CPU
        Global mem size (Mb): 15991
        Local mem size (bytes): 32768
        Max work group size: 8192

@simiyutin
Copy link
Collaborator

Все хорошо, задача зачтена, 5/5 баллов 👍

@simiyutin simiyutin closed this Sep 18, 2024
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.

2 participants