You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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!
#126
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:
Could anybody tells me what might be the problem with that? Thanks.
The text was updated successfully, but these errors were encountered:
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:
Could anybody tells me what might be the problem with that? Thanks.
The text was updated successfully, but these errors were encountered: