ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.81k stars 301 forks source link

[Result and question] GPU memory seems working well but GPU itself is not working. #30

Closed Yujif1Aero closed 1 year ago

Yujif1Aero commented 1 year ago

Hi. I borrowed a laptop that has a NVIDIA GeForce RTX 3050 Ti Laptop GPU. I run benchmark. I put the reslut. However I have a question. The memory of the NVIDIA GeForce RTX 3050 Ti Laptop GPU seems to be working by seeing the task manager. But the NVIDIA GeForce RTX 3050 Ti Laptop GPU itself did not react by seeing the task manager. I am struggling with why it occurred. Could you let me know the reason? Best,

benchmark Question

ProjectPhysX commented 1 year ago

This is an issue with Task Manager, depending on the driver version it may report the GPU usage in the "Compute_0" or "CUDA" tab instead of the "3D" tab. nvidia-smi in CMD will give you a more accurate reading.

Yujif1Aero commented 1 year ago

Thank you so much! It makes sence!