Syllo / nvtop

GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
Other
7.7k stars 282 forks source link

Fix cache_entry for Intel and AMD GPU. #248

Closed jackyyf closed 8 months ago

jackyyf commented 8 months ago

Commit af1ff03b7b818973b5308dba4752a0d11eaab8d7 and d9004a785fa66845b51c72f375ae379801d85069 has introduced the correct uniqueness for Intel and AMD, but the HASH_FIND_CLIENT and HASH_ADD_CLIENT are still using cid only. This commit fixed this, and fully resolved #196.

Fixes: #196

Syllo commented 8 months ago

Cheers