ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

windows端ncnn vulkan启用后如何不让它打印gpu信息/log

Open AI-M-BOT opened this issue 9 months ago • 1 comments

rt

[0 NVIDIA GeForce RTX 4060 Laptop GPU]  queueC=2[8]  queueG=0[16]  queueT=1[2]
[0 NVIDIA GeForce RTX 4060 Laptop GPU]  bugsbn1=0  bugbilz=0  bugcopc=0  bugihfa=0
[0 NVIDIA GeForce RTX 4060 Laptop GPU]  fp16-p/s/u/a=1/1/1/1  int8-p/s/u/a=1/1/1/1
[0 NVIDIA GeForce RTX 4060 Laptop GPU]  subgroup=32(32~32)  ops=1/1/1/1/1/1/1/1/1/1
[0 NVIDIA GeForce RTX 4060 Laptop GPU]  fp16-8x8x16/16x8x8/16x8x16/16x16x16=0/1/1/1
...

AI-M-BOT avatar May 09 '25 22:05 AI-M-BOT

这个信息是一直打印的,用来确认gpu信息 需要修改 src/gpu.cpp 里的代码去掉打印,然后自己编译

nihui avatar May 12 '25 02:05 nihui