-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MSVC, C++11) get CPU cache by "Win32_CacheMemory" and bug fix of GPU…
… ram (#62) * Update cpu.cpp use "Win32_CacheMemory" to get CPU cache size, because "Win32_Processor" can not get L1 cache * Update gpu.cpp Data type of "AdapterRAM " is "uint32", using "int" will cause overflow
- Loading branch information
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters