Created
June 3, 2017 08:46
-
-
Save hughperkins/43c5f12d3fe24ee1e8b91175a73199ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================= | |
patching llvm.lifetime.start.p0i8 | |
========================= | |
patching __gxx_personality_v0 | |
========================= | |
patching llvm.lifetime.end.p0i8 | |
========================= | |
patching cuStreamCreate | |
========================= | |
patching cuMemHostAlloc | |
========================= | |
patching cuMemAlloc | |
========================= | |
patching cudaConfigureCall | |
========================= | |
patching llvm.memcpy.p0i8.p0i8.i64 | |
========================= | |
patching cuStreamSynchronize | |
========================= | |
patching _ZN4cocl19getNumCachedKernelsEv | |
========================= | |
patching _ZN4cocl17getNumKernelCallsEv | |
========================= | |
patching __assert_fail | |
========================= | |
patching cuMemFreeHost | |
========================= | |
patching cuMemFree | |
========================= | |
patching cuStreamDestroy_v2 | |
========================= | |
patching _Z13testfloatstarv | |
========================= | |
patching pthread_create | |
========================= | |
patching pthread_join | |
========================= | |
patching _ZNSolsEi | |
========================= | |
patching main | |
patching main | |
========================= | |
patching _ZdlPv | |
========================= | |
patching _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm | |
========================= | |
patching _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l | |
========================= | |
patching _ZNSo3putEc | |
========================= | |
patching _ZNSo5flushEv | |
========================= | |
patching _ZSt16__throw_bad_castv | |
========================= | |
patching _ZNKSt5ctypeIcE13_M_widen_initEv | |
========================= | |
patching _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode | |
========================= | |
patching _ZNSt6localeD1Ev | |
========================= | |
patching _ZNSt8ios_baseD2Ev | |
========================= | |
patching _ZNKSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE3strEv | |
========================= | |
patching _GLOBAL__sub_I_multithreading.cu | |
========================= | |
patching configureKernel | |
========================= | |
patching setKernelArgGpuBuffer | |
========================= | |
patching kernelGo | |
While deleting: void (float*, float*)* %_Z8getValuePfS_ | |
Use still stuck around after Def is destroyed: <badref> = bitcast void (float*, float*)* @_Z8getValuePfS_ to i8* | |
Use still stuck around after Def is destroyed: <badref> = bitcast void (float*, float*)* @_Z8getValuePfS_ to i8* | |
Use still stuck around after Def is destroyed: <badref> = bitcast void (float*, float*)* @_Z8getValuePfS_ to i8* | |
Use still stuck around after Def is destroyed: <badref> = bitcast void (float*, float*)* @_Z8getValuePfS_ to i8* | |
Use still stuck around after Def is destroyed: <badref> = bitcast void (float*, float*)* @_Z8getValuePfS_ to i8* | |
patch_hostside: /home/naths/srcs/llvm/lib/IR/Value.cpp:86: llvm::Value::~Value(): Assertion `use_empty() && "Uses remain when a value is destroyed!"' failed. | |
/home/naths/srcs/coriander/bin/cocl: line 403: 1842 Aborted (core dumped) ${COCL_BIN}/patch_hostside --hostrawfile ${OUTPUTBASEPATH}-hostraw.ll --devicellfile ${OUTPUTBASEPATH}-device.ll --hostpatchedfile ${OUTPUTBASEPATH}-hostpatched.ll | |
CMakeFiles/build_multithreading.dir/build.make:66: recipe for target 'multithreading.o' failed | |
make[2]: *** [multithreading.o] Error 134 | |
CMakeFiles/Makefile2:305: recipe for target 'CMakeFiles/build_multithreading.dir/all' failed | |
make[1]: *** [CMakeFiles/build_multithreading.dir/all] Error 2 | |
Makefile:129: recipe for target 'all' failed | |
make: *** [all] Error 2 | |
naths@naths-HP-Pavilion-15-Notebook-PC:~/build/coriander$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment