Displaying 20 results from an estimated 2785 matches for "justin".
2020 Jul 30
2
Migrating from qmail server, invalid option "o" in dsync
Justin> Maybe I'm misunderstanding - all of our clients use pop3
Justin> (thunderbird and eudora). Do pop3 and imap overlap somehow, or
Justin> does the server use IMAP internally regardless of the client
Justin> protocol settings?
No, IMAP and POP are just the transport mechanisms. But...
2008 May 26
5
Noob SASS error (permission denied)
I just created the sass directory in my stylesheets directory and
when
I reload my page I get this error:
Status: 500 Internal Server Error
Permission denied - /Users/Justin/kicksite/trunk/public/
stylesheets/
application.css
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.0/lib/sass/plugin.rb:
72:in `initialize''
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.0/lib/sass/plugin.rb:
72:in `open''
/usr/local/lib/ruby/gems/1.8/gems/haml-2.0.0/lib/sass/p...
2011 Dec 08
3
[LLVMdev] PTX builtin functions.
It is my understanding that all you need to do is specify let isTarget = 1 in your .td file and it will generate target specific intrinsics. This should allow you to keep the IntrinsicsPTX.td file in the same location.
Micah
From: Justin Holewinski [mailto:justin.holewinski at gmail.com]
Sent: Monday, December 05, 2011 6:13 AM
To: Alberto Magni
Cc: Villmow, Micah; LLVM Developers Mailing List
Subject: Re: [LLVMdev] PTX builtin functions.
On Sun, Dec 4, 2011 at 1:10 PM, Alberto Magni <alberto.magni86 at gmail.com<mailto:alber...
2011 Dec 08
0
[LLVMdev] PTX builtin functions.
...ted files in the PTXIntrinsicInfo class in the
back-end?
What exactly does isTarget do? It seems to remove a lot of the intrinsic
information in the Intrinsics.gen file, but I can't find any documentation
on it.
> ****
>
> ** **
>
> Micah****
>
> ** **
>
> *From:* Justin Holewinski [mailto:justin.holewinski at gmail.com]
> *Sent:* Monday, December 05, 2011 6:13 AM
> *To:* Alberto Magni
> *Cc:* Villmow, Micah; LLVM Developers Mailing List
>
> *Subject:* Re: [LLVMdev] PTX builtin functions.****
>
> ** **
>
> On Sun, Dec 4, 2011 at 1:10 PM,...
2011 Dec 04
2
[LLVMdev] PTX builtin functions.
Hi Justin,
sorry for the delay, I have been busy.
Micah's proposal requires to move the definitions of the intrinsics
from include/llvm/IntrinsicsPTX.td to lib/Target/PTX/PTXIntrinsics.td
thus allowing the generation of the file PTXGenIntrinsics.inc which
will be included by PTXIntrinsicInfo.cpp.
This...
2011 Dec 05
0
[LLVMdev] PTX builtin functions.
On Sun, Dec 4, 2011 at 1:10 PM, Alberto Magni <alberto.magni86 at gmail.com>wrote:
> Hi Justin,
>
> sorry for the delay, I have been busy.
>
> Micah's proposal requires to move the definitions of the intrinsics
> from include/llvm/IntrinsicsPTX.td to lib/Target/PTX/PTXIntrinsics.td
> thus allowing the generation of the file PTXGenIntrinsics.inc which
> will be includ...
2006 Oct 13
7
Ethernet packet loss - frame errors
...the interface that connects to the switch. As you can see, 1 in
10 rx packets are framing errors.
What are possible causes for this? The cable is a constant, so is not
likely to cause problems, so what else can possibly cause such a high
number of frame errors?
Any help appreciated.
Thanks,
Justin
2013 Apr 29
3
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...anges to SelectionDAG::getXXX() functions.
Your feedback would be appreciated.
Thanks,
Xiaoyi
From: Andrew Trick <atrick at apple.com>
Subject: Re: [PATCH] Propagate DAG node ordering during legalization and instruction selection
Date: March 20, 2013 12:01:48 AM PDT
To: Justin Holewinski <justin.holewinski at gmail.com>
Cc: llvm-commits <llvm-commits at cs.uiuc.edu>
On Mar 19, 2013, at 1:17 PM, Justin Holewinski <justin.holewinski at gmail.com> wrote:
Updated patch attached.
I've addressed the CSE during legalization...
2011 Nov 23
2
[LLVMdev] PTX builtin functions.
...>
> > This is how you can do intrinsic overloading in LLVM.
> >
> > Hope this helps,
> > Micah
>
> Thank you Micah, it really does.
>
> At the moment the PTX backend does not have a PTXIntrinsicInfo class,
> the only backend which does so is MBlaze.
> If Justin agrees with the approach I will look on how to generate the
> PTXGenIntrinsics.inc file (I am still learning TableGen)
> required by PTXIntrinsicInfo and write the lookUp method.
Looks good to me. For OpenCL support in clang, we definitely need the
built-in function support. And the total...
2013 Aug 08
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
Yes, total number of PTX registers that will be emitted is exactly what I
need. It's hard to figure out this in LLVM IR level.
2013/8/7 Justin Holewinski <justin.holewinski at gmail.com>
> Is there any way you could approximate the register/instruction usage and
> perform live-range analysis in a higher-level LLVM IR pass? I'm not sure
> how useful NVPTXRegisterInfo would be anyway. Unlike backends that target
> &...
2011 Nov 21
2
[LLVMdev] PTX builtin functions.
On Mon, Nov 21, 2011 at 11:45 AM, Alberto Magni
<alberto.magni86 at gmail.com>wrote:
> On Mon, Nov 21, 2011 at 3:36 PM, Justin Holewinski
> <justin.holewinski at gmail.com> wrote:
> > On Mon, Nov 21, 2011 at 7:01 AM, Alberto Magni <
> alberto.magni86 at gmail.com>
> > wrote:
> >>
> >> Hi Justin,
> >>
> >> attached you find the patch for the integer max instr...
2013 Jan 11
2
[LLVMdev] Documentation of fmuladd intrinsic
----- Original Message -----
> From: dag at cray.com
> To: "Justin Holewinski" <justin.holewinski at gmail.com>
> Cc: "Hal Finkel" <hfinkel at anl.gov>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Friday, January 11, 2013 2:13:50 PM
> Subject: Re: [LLVMdev] Documentation of fmuladd intrinsic
&...
2011 Nov 23
0
[LLVMdev] PTX builtin functions.
On Nov 23, 2011 8:33 AM, "Justin Holewinski" <justin.holewinski at gmail.com>
wrote:
>
>
> On Nov 23, 2011 6:57 AM, "Alberto Magni" <alberto.magni86 at gmail.com>
wrote:
> >
> > On Tue, Nov 22, 2011 at 5:01 PM, Villmow, Micah <Micah.Villmow at amd.com>
wrote:
> > > Alb...
2013 Feb 09
3
[LLVMdev] ManagedStatic and order of destruction
...;t this be safer than relying on a
client to call llvm_shutdown()? It seems like the whole purpose of
llvm_shutdown() is to allow clients to free the data allocated by
ManagedStatic instances. Could we not just give them an option, but by
default clean up during global destruction?
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130209/e9354c2e/attachment.html>
2013 Jan 11
1
[LLVMdev] Documentation of fmuladd intrinsic
----- Original Message -----
> From: "Justin Holewinski" <justin.holewinski at gmail.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "David A. Greene" <dag at cray.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Friday, January 11, 2013 2:19:01 PM
>...
2015 Oct 23
4
icecast
hi all
why i?m not Listening my icecast? i need help please with setting up icecast server.
from justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20151023/58c3eaa4/attachment.htm
2011 Nov 22
2
[LLVMdev] PTX builtin functions.
...;__amdil_mad'.
This is how you can do intrinsic overloading in LLVM.
Hope this helps,
Micah
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Alberto Magni
> Sent: Tuesday, November 22, 2011 8:41 AM
> To: Justin Holewinski
> Cc: LLVM Developers Mailing List
> Subject: Re: [LLVMdev] PTX builtin functions.
>
> On Mon, Nov 21, 2011 at 5:31 PM, Justin Holewinski
> <justin.holewinski at gmail.com> wrote:
> > On Mon, Nov 21, 2011 at 11:45 AM, Alberto Magni
> <alberto.magni86 at...
2013 Aug 29
1
[LLVMdev] Storage-Only Register Class?
It's been on the back-burner for awhile. I'll clean it up and post it for
review soon.
On Tue, Aug 27, 2013 at 7:48 PM, Tom Stellard <tom at stellard.net> wrote:
> On Thu, Aug 08, 2013 at 04:25:25PM -0400, Justin Holewinski wrote:
> > On Thu, Aug 8, 2013 at 3:59 PM, Tom Stellard <tom at stellard.net> wrote:
> >
> > > On Thu, Aug 08, 2013 at 01:51:53PM -0400, Justin Holewinski wrote:
> > > > Good to know, thanks!
> > > >
> > > > Currently I'm...
2013 Apr 30
0
[LLVMdev] [PATCH] Propagate DAG node ordering during legalization and instruction selection
...**
>
> Thanks,****
>
> Xiaoyi****
>
>
>
> From: Andrew Trick <atrick at apple.com>
>
> Subject: Re: [PATCH] Propagate DAG node ordering during legalization
> and instruction selection
>
> Date: March 20, 2013 12:01:48 AM PDT
>
> To: Justin Holewinski <justin.holewinski at gmail.com>
>
> Cc: llvm-commits <llvm-commits at cs.uiuc.edu>
>
>
>
>
> On Mar 19, 2013, at 1:17 PM, Justin Holewinski <
> justin.holewinski at gmail.com> wrote:
>
>
> Updated patch attached.
>
&g...
2005 Dec 15
7
PHP include() Type Functionality in Ruby/Rails
...e site is built on top of MovableType
and uses PHP Includes to reference the external files.
Is there similar functionality in Ruby or Rails that I can use so I
don''t have to update excess content in two different locations?
Thanks.
__________________________________________________
Justin Williams justin-2D/i1VWQ6ciB+jHODAdFcQ@public.gmane.org
work: www.maczealots.com play: www.carpeaqua.com
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailma...