NVlabs/NVBit

[ERROR]: ASSERT FAIL: function.cpp:805:void Function::gen_new_code(std::unordered_map<std::__cxx11::basic_string<char>, Function*>&): FAIL !(instr_func_map.find(c.instr_func_name) != instr_func_map.end()) MSG: instrumentation function instrument_mem not found in binary!

zlwu92 opened this issue · 1 comments

Hi,

I encounter an error when running the example in the nvbit_release code package.
The command I'm using is LD_PRELOAD=./tools/mem_trace/mem_trace.so ./test-apps/vectoradd/vectoradd
However, I got an error says like this:
image

Could anybody tells me what might be the problem with that? Thanks.

Duplicate of #124

Try downgrading CUDA (to 11.x?).