NVlabs / NVBit

199 stars 18 forks source link

NVBit can't test the cuda+c++ program? #44

Open WilliamWangPeng opened 3 years ago

WilliamWangPeng commented 3 years ago

Hi dear author,
It's truly a honor to write a letter to you, this article[1] says "DynamoRio are supported on CPUs, NVBit can support GPU architectures", but NVBit can't test cuda+c++ program, which I'm building[2], so NVBit can't work on the GPU programs now?

[1] https://research.nvidia.com/publication/2020-09_NVBit%3A-A-Dynamic
[2] https://github.com/wanlin405/Computer-Graphics/tree/master/task14-particle/task-particle1

thank you
best regards to you
William

ovilla commented 3 years ago

Hi William,

It seems that your program [2] is actually an OpenGL program and not a CUDA program, but NVBit works only on CUDA programs. Unfortunately we don't support graphics workloads and we don't plan to add support to them in NVBit. Thanks,

Oreste