NVlabs / NVBit

199 stars 18 forks source link

NVBit warp schedule errors when profiling rendering programs #55

Open WilliamWangPeng opened 2 years ago

WilliamWangPeng commented 2 years ago

Hi dear author,
I'm doing warp schedule these days, here is the code: https://github.com/hjunkim/nvbit_warp_sched , which works on hello_cuda, but other programs like rendering ray tracing, works not well. The errors are here, I can not even look up these errors on google, do you know where I should correct the code?

image

image

thank you
best regards
William

x-y-z commented 2 years ago

Can you update your NVBit (I see you are using v1.3) and try again? It seems to be a bug in the old version.

WilliamWangPeng commented 2 years ago

Can you update your NVBit (I see you are using v1.3) and try again? It seems to be a bug in the old version.

thank you, I have fixed it

image

including occupancy calculation and warp scheduling.