Displaying 2 results from an estimated 2 matches for "gpumodul".
Did you mean:
gpumodule
2017 Mar 11
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
...ia programs failed to execute with the following error,
DICompileUnit not listed in llvm.dbg.cu
!11 = distinct !DICompileUnit(language: DW_LANG_C89, file: !3, producer:
"julia", isOptimized: true, runtimeVersion: 0,emissionKind: FullDebug, enums
: !12)
This was generated by verifyModule(*GPUModule,&(llvm::errs())From whithin
PPCGCodeGeneration.cpp in Polly.
>From <llvm_src>/test/Verifier/dbg-orphaned-compileunit.ll, I understand
that the debug info, of a compile unit, represented by !11 is missing from
llvm.dbg.cu.
What does this mean ? What could have caused this problem and...
2017 Mar 12
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
...t; > DICompileUnit not listed in llvm.dbg.cu
> > !11 = distinct !DICompileUnit(language: DW_LANG_C89, file: !3, producer:
> > "julia", isOptimized: true, runtimeVersion: 0,emissionKind: FullDebug,
> > enums: !12)
> >
> > This was generated by verifyModule(*GPUModule,&(llvm::errs())From whithin
> > PPCGCodeGeneration.cpp in Polly.
> >
> > From <llvm_src>/test/Verifier/dbg-orphaned-compileunit.ll, I understand
> > that the debug info, of a compile unit, represented by !11 is missing from
> > llvm.dbg.cu.
> >
> &g...