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

Task10 Степанов Николай SPbU #305

Closed
wants to merge 1 commit into from

Conversation

elteammate
Copy link

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

$ ./lbvh
Running main() from /home/elt/projects/GPGPUTasks/libs/3rdparty/libgtest/googletest/src/gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from LBVH
[ RUN      ] LBVH.CPU
[       OK ] LBVH.CPU (37 ms)
[ RUN      ] LBVH.GPU
OpenCL devices:
  Device #0: GPU. NVIDIA GeForce RTX 3070 Ti. Total memory: 7958 Mb
Using device #0: GPU. NVIDIA GeForce RTX 3070 Ti. Total memory: 7958 Mb
[       OK ] LBVH.GPU (335 ms)
[ RUN      ] LBVH.Nbody
OpenCL devices:
  Device #0: GPU. NVIDIA GeForce RTX 3070 Ti. Total memory: 7958 Mb
Using device #0: GPU. NVIDIA GeForce RTX 3070 Ti. Total memory: 7958 Mb
simulated 100 frames, N: 1000, framerate: 2335.03 fps, method: nbody_cpu
evaluating precision..
simulated 100 frames, N: 1000, framerate: 2417.74 fps, method: nbody_gpu
evaluating precision..
simulated 100 frames, N: 1000, framerate: 4386.93 fps, method: nbody_cpu_lbvh
evaluating precision..
simulated 100 frames, N: 1000, framerate: 1201.56 fps, method: nbody_gpu_lbvh
evaluating precision..
[       OK ] LBVH.Nbody (348 ms)
[ RUN      ] LBVH.Nbody_meditation
[       OK ] LBVH.Nbody_meditation (0 ms)
[----------] 4 tests from LBVH (720 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (720 ms total)
[  PASSED  ] 4 tests.

Вывод Github CI

$ ./lbvh
Running main() from /home/runner/work/GPGPUTasks/GPGPUTasks/libs/3rdparty/libgtest/googletest/src/gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from LBVH
[ RUN      ] LBVH.CPU
[       OK ] LBVH.CPU (64 ms)
[ RUN      ] LBVH.GPU
OpenCL devices:
  Device #0: CPU. AMD EPYC 7763 64-Core Processor                . Intel(R) Corporation. Total memory: 15991 Mb
Using device #0: CPU. AMD EPYC 7763 64-Core Processor                . Intel(R) Corporation. Total memory: 15991 Mb
[       OK ] LBVH.GPU (3074 ms)
[ RUN      ] LBVH.Nbody
OpenCL devices:
  Device #0: CPU. AMD EPYC 7763 64-Core Processor                . Intel(R) Corporation. Total memory: 15991 Mb
Using device #0: CPU. AMD EPYC 7763 64-Core Processor                . Intel(R) Corporation. Total memory: 15991 Mb
simulated 100 frames, N: 1000, framerate: 403.084 fps, method: nbody_cpu
evaluating precision..
simulated 100 frames, N: 1000, framerate: 716.825 fps, method: nbody_gpu
evaluating precision..
simulated 100 frames, N: 1000, framerate: 1234.26 fps, method: nbody_cpu_lbvh
evaluating precision..
simulated 100 frames, N: 1000, framerate: 40.0153 fps, method: nbody_gpu_lbvh
evaluating precision..
[       OK ] LBVH.Nbody (3355 ms)
[ RUN      ] LBVH.Nbody_meditation
[       OK ] LBVH.Nbody_meditation (0 ms)
[----------] 4 tests from LBVH (6493 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (6493 ms total)
[  PASSED  ] 4 tests.

@simiyutin
Copy link
Collaborator

wow, much все хорошо, such задача зачтена, 10/10 баллов 👍

@simiyutin simiyutin closed this Dec 17, 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