search for: objectptr

Displaying 6 results from an estimated 6 matches for "objectptr".

2017 Aug 24
1
Invalid Signature of orc::RTDyldObjectLinkingLayer::NotifyLoadedFtor
...il, but (if I'm not mistaken) the function signature of RTDyldObjectLinkingLayer::NotifyLoadedFtor is incorrect: $ grep -h -r -A 1 "using NotifyLoadedFtor" ./include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h   using NotifyLoadedFtor = std::function<void(ObjHandleT, const ObjectPtr &Obj,                                               const LoadedObjectInfo &)>;                                                     ^^^^^^^^^^^^^^^^ It refers to llvm::LoadedObjectInfo base class in llvm/DebugInfo/DIContext.h instead of   llvm::RuntimeDyld::LoadedObjectInfo in llvm/Execu...
2017 Nov 14
1
OrcJIT + CUDA Prototype for Cling
...and LinkingLayer so that you can capture the object > files as they're generated. Then you can inspect the object files > being generated by the compiler to see what might be wrong with them. > > Something like this: > > class KaleidoscopeJIT { > private: > >   using ObjectPtr = > std::shared_ptr<object::OwningBinary<object::ObjectFile>>; > >   static ObjectPtr dumpObject(ObjectPtr Obj) { >     SmallVector<char, 256> UniqueObjFileName; >     sys::fs::createUniqueFile("jit-object-%%%.o", UniqueObjFileName); >     std::error_co...
2006 Apr 20
0
Ruby bindings for Valentina: help wanted
...r data! Valentina Abstraction Links are usable both through ValentinaSQL or the low level Valentina API. Valentina Foreign Keys. Transition easily from the RDBMS world to the Valentina Database Model with legacy support for Foreign Keys, but including full referential integrity. Valentina ObjectPtrs. Ultra-fast links are reborn, transformed and extended from navigational databases into Valentina ObjectPtrs. Native Valentina ObjectPtrs are up to four times faster than a foreign key. Valentina Binary Links. New Valentina Binary Links lets you link 1:1, 1:M and even M:M without additive...
2017 Sep 27
2
OrcJIT + CUDA Prototype for Cling
Dear LLVM-Developers and Vinod Grover, we are trying to extend the cling C++ interpreter (https://github.com/root-project/cling) with CUDA functionality for Nvidia GPUs. I already developed a prototype based on OrcJIT and am seeking for feedback. I am currently a stuck with a runtime issue, on which my interpreter prototype fails to execute kernels with a CUDA runtime error. === How to use the
2012 Dec 24
1
Kernel panic when playing games/iourbanterror
...ffffff806e81bf in calltrap () at /usr/src/sys/amd64/amd64/exception.S:228 #7 0xffffffff802c6f15 in AcpiUtUpdateObjectReference ( Object=0xfffffe0001824a80, Action=0) at /usr/src/sys/contrib/dev/acpica/utilities/utdelete.c:563 #8 0xffffffff802b77a4 in AcpiExResolveNodeToValue ( ObjectPtr=0xfffffe0001a2c2e0, WalkState=0xfffffe0001a2c000) at /usr/src/sys/contrib/dev/acpica/executer/exresnte.c:184 #9 0xffffffff802b7ad3 in AcpiExResolveToValue (StackPtr=0xfffffe0001a2c2e0, WalkState=0xfffffe0001a2c000) at /usr/src/sys/contrib/dev/acpica/executer/exresolv.c:124 #10 0xff...
2018 Nov 05
2
ORC JIT api, object files and stackmaps
Hi Christian Your use case seems to have similar requirements as remote JITing in ORC. So far I haven't used that part myself and I am sure Lang can tell you much more about it. However, this comment on the RemoteObjectClientLayer class sounds promising for your questions (1) and (2): /// Sending relocatable objects to the server (rather than fully relocated /// bits) allows JIT'd code