Displaying 6 results from an estimated 6 matches for "l361".
Did you mean:
361
2006 Mar 01
2
active_record postgresql adapter problem
...aviour to cast numeric post data to money, or am
I forced to only support database types that active_record knows about?
RuntimeError: ERROR C42804 Mcolumn "unit_price" is of type money but
expression is of type numeric HYou will need to rewrite or cast the
expression. Fparse_target.c L361 RupdateTargetListEntry: INSERT INTO
line_items ("order_id", "product_id", "quantity", "unit_price")
VALUES(1, 3, 1.0, 5367829.95)
Regards,
Jim
--
Posted via http://www.ruby-forum.com/.
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...#39;LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess'. We should add
counterparts to that to load dynamic and static libraries from paths.
-- Lang.
[1]
https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
[2]
https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com> wrote:
> Importing symbols into the JIT from an object file or static library...?
>
> On Mon, Sep...
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...rProcess'. We should add
> counterparts to that to load dynamic and static libraries from paths.
> >
> > -- Lang.
> >
> > [1]
> https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
> > [2]
> https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
> >
> >
> > On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com> wrote:
> >>
> >> Importing symbols into the JIT...
2016 Dec 23
2
[canonicalization] GEP 0, 0
...br label %_Z1gR1A.exit
_Z1gR1A.exit: ; preds = %entry,
%if.then.i
call void @llvm.lifetime.end(i64 8, i8* nonnull %0) #3
ret void
}
I can easily fix it in MemDep here
https://github.com/llvm-mirror/llvm/blob/master/lib/Analysis/MemoryDependenceAnalysis.cpp#L361
by adding gep with zeros, but it sounds like a canonicalization problem for
me.
Piotr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161223/d7a08d38/attachment.html>
2020 Oct 02
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
...rparts to that to load dynamic and static libraries from paths.
>>> >
>>> > -- Lang.
>>> >
>>> > [1]
>>> https://github.com/llvm/llvm-project/blob/5aa56b242951ab0f0181386ea58509f19b09206e/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h#L361
>>> > [2]
>>> https://github.com/llvm/llvm-project/blob/e7549dafcd33ced4280a81ca1d1ee4cc78ed253f/llvm/tools/lli/lli.cpp#L968
>>> >
>>> >
>>> > On Mon, Sep 28, 2020 at 7:18 AM Geoff Levner <glevner at gmail.com>
>>> wrote:
>&...
2020 Sep 28
2
LLVM Developers Meeting JIT BoF -- Request for Topics of Interest
Hi Andres,
A topic that I'd find interesting is what it'd take to make it easier to
> use profile guided optimization in the context of JIT. A few years back
> I crudely hacked this together, but it was fairly ugly. It'd be nice to
> make that easier. Possibly too complicated for that type of session?
We couldn't go into detail, but we could kick off a discussion and