search for: materializinginfo

Displaying 4 results from an estimated 4 matches for "materializinginfo".

Did you mean: materializinginfos
2020 Sep 28
2
ORC JIT - different behaviour of ExecutionSession.lookup?
...enario - but added "?_Plansch_test@@3HA" to the "lookupSet" which changed things drasticly. When executing "lookup" I now get the "llvm::orc::SymbolsNotFound" error from my DefinitionGenerator and "?Sampler@@YAXXZ" is stuck as a pending query in the MaterializingInfos entries. When I then add a definition for "?_Plansch_test@@3HA" and call "lookup" the second time, it will succeed and give me the addresses. Also I'm able to execute the code now. This is great! However... Question 2.) Why did the first call to lookup not return the addre...
2020 Sep 29
3
ORC JIT - different behaviour of ExecutionSession.lookup?
.... Because "?_Plansch_test@@3HA" is not defined. You should see a SymbolsNotFound error sent to your error reporter in the first scenario too, followed by a failure-to-materialize error for "?Sampler@@YAXXZ". ... and "?Sampler@@YAXXZ" is stuck as a pending query in the MaterializingInfos entries. Huh. That sounds like a bug: All references to the query should be removed from the state machine before it returns its result (in this case an error). I'll see if I can reproduce this locally and fix it up, but it doesn't affect the discussion here. When I then add a definition...
2020 Sep 30
2
ORC JIT - different behaviour of ExecutionSession.lookup?
.... Because "?_Plansch_test@@3HA" is not defined. You should see a SymbolsNotFound error sent to your error reporter in the first scenario too, followed by a failure-to-materialize error for "?Sampler@@YAXXZ". ... and "?Sampler@@YAXXZ" is stuck as a pending query in the MaterializingInfos entries. Huh. That sounds like a bug: All references to the query should be removed from the state machine before it returns its result (in this case an error). I'll see if I can reproduce this locally and fix it up, but it doesn't affect the discussion here. When I then add a definition...
2020 Oct 01
2
ORC JIT - different behaviour of ExecutionSession.lookup?
.... Because "?_Plansch_test@@3HA" is not defined. You should see a SymbolsNotFound error sent to your error reporter in the first scenario too, followed by a failure-to-materialize error for "?Sampler@@YAXXZ". ... and "?Sampler@@YAXXZ" is stuck as a pending query in the MaterializingInfos entries. Huh. That sounds like a bug: All references to the query should be removed from the state machine before it returns its result (in this case an error). I'll see if I can reproduce this locally and fix it up, but it doesn't affect the discussion here. When I then add a definition...