NVlabs / NVBit

198 stars 18 forks source link

[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

Open zlwu92 opened 4 months ago

zlwu92 commented 4 months ago

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.

coppock commented 3 months ago

Duplicate of #124

Try downgrading CUDA (to 11.x?).