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

clpeak does run any test. #92

Closed
edisonchan opened this issue Jun 18, 2022 · 2 comments
Closed

clpeak does run any test. #92

edisonchan opened this issue Jun 18, 2022 · 2 comments

Comments

@edisonchan
Copy link

branch: master
System: Intel 11700K with UHD750 and NVIDIA RTX 3050
OS: Windows 11
Visual Studio 2022(version 17).

edison@11700k MINGW64 /clpeak/build (master)
$ cmake --build . --config Release
用于 .NET Framework 的 Microsoft (R) 生成引擎版本 17.2.1+52cd2da31
版权所有(C) Microsoft Corporation。保留所有权利。

  Checking Build System
  Building Custom Rule D:/temp/PortableGit/clpeak/CMakeLists.txt
  common.cpp
  clpeak.cpp
  options.cpp
  logger.cpp
  global_bandwidth.cpp
  compute_sp.cpp
  compute_hp.cpp
  compute_dp.cpp
  compute_integer.cpp
  compute_integer_fast.cpp
  transfer_bandwidth.cpp
  kernel_latency.cpp
  entry.cpp
  正在生成代码...
  clpeak.vcxproj -> D:\temp\PortableGit\clpeak\build\Release\clpeak.exe
  Building Custom Rule D:/temp/PortableGit/clpeak/CMakeLists.txt

edison@11700k MINGW64 /clpeak/build (master)
$ cd Release/

edison@11700k MINGW64 /clpeak/build/Release (master)
$ ls
clpeak.exe*            compute_hp_kernels.cl     compute_integer_kernels.cl  global_bandwidth_kernels.cl
compute_dp_kernels.cl  compute_int24_kernels.cl  compute_sp_kernels.cl

edison@11700k MINGW64 /clpeak/build/Release (master)
$ ./clpeak.exe

Platform: Intel(R) OpenCL HD Graphics
  Device: Intel(R) UHD Graphics 750
    Driver version  : 27.20.100.9127 (Win64)
    Compute units   : 32
    Clock frequency : 1300 MHz

image

How can I fix this problem?

@edisonchan
Copy link
Author

edisonchan commented Jun 18, 2022

update:
After I connect the display to RTX 3050, the test run in normal, and if connect to UHD750 the test still can not run, so I think the problem maybe happen with intel gpu only.

@edisonchan
Copy link
Author

after update intel driver, all fine.

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

No branches or pull requests

1 participant