1{ 2 <startup> 3 Memcheck:Cond 4 fun:index 5 fun:expand_dynamic_string_token 6 fun:_dl_map_object 7 fun:map_doit 8 fun:_dl_catch_error 9 fun:handle_ld_preload 10 ... 11} 12 13{ 14 Cond_cuda 15 Memcheck:Cond 16 obj:*libcuda.so* 17 ... 18} 19 20{ 21 Value8_cuda 22 Memcheck:Value8 23 obj:*libcuda.so* 24 ... 25} 26 27{ 28 ignore_cuda_ioctl_param_points_to_uninitialised_bytes 29 Memcheck:Param 30 ioctl(generic) 31 fun:ioctl 32 obj:*libcuda.so* 33 ... 34} 35 36{ 37 ignore_libomp_setaffinity_check 38 Memcheck:Param 39 sched_setaffinity(mask) 40 fun:syscall 41 obj:*/lib*/libomp.so* 42 ... 43} 44 45{ 46 ignore_memmove_source_destination_overlap 47 Memcheck:Overlap 48 fun:__memcpy_chk 49 fun:cpuinfo_linux_parse_cpulist 50 ... 51} 52