search for: recede

Displaying 15 results from an estimated 15 matches for "recede".

Did you mean: precede
2011 Nov 29
4
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
ARM can reuse all the default scoreboard hazard recognizer logic such as recede cycle (naturally since its the primary client). If you can do the same with PPC that's great. Andy On Nov 29, 2011, at 8:51 AM, Hal Finkel <hfinkel at anl.gov> wrote: >> Thanks! Since I have to change PPCHazardRecognizer for bottom-up support >> anyway, is there any reason...
2011 Nov 29
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
Andy, I should have been more clear, the ARM implementation has: void ARMHazardRecognizer::RecedeCycle() { llvm_unreachable("reverse ARM hazard checking unsupported"); } How does that work? Thanks again, Hal On Tue, 2011-11-29 at 09:47 -0800, Andrew Trick wrote: > ARM can reuse all the default scoreboard hazard recognizer logic such as recede cycle (naturally since its the pri...
2011 Nov 29
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Andrew Trick Sent: Tuesday, November 29, 2011 11:48 AM To: Hal Finkel Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] [llvm-commits] Bottom-Up Scheduling? ARM can reuse all the default scoreboard hazard recognizer logic such as recede cycle (naturally since its the primary client). If you can do the same with PPC that's great. Andy On Nov 29, 2011, at 8:51 AM, Hal Finkel <hfinkel at anl.gov> wrote: >> Thanks! Since I have to change PPCHazardRecognizer for bottom-up support >> anyway, is there any reason...
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all, I'm a newer user of markdown & MultiMarkdown, and I'm looking for the perfect setup of software for my Mac and my Android phone. I'd like to have my drafts editable from both. What I want is an attractive Mac app for writing (primarily blog posts and emails) that saves its files as .txt . Most of them save as .md or .markdown instead, and since there doesn't seem to
2011 Nov 29
2
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
On Nov 29, 2011, at 10:47 AM, Hal Finkel wrote: > Andy, > > I should have been more clear, the ARM implementation has: > void ARMHazardRecognizer::RecedeCycle() { > llvm_unreachable("reverse ARM hazard checking unsupported"); > } > > How does that work? > > Thanks again, > Hal Hal, My first answer was off the top of my head, so missed the subtle issue. Just so you know, to answer questions like this I usually need...
2020 Jul 02
3
(no subject)
1) Does 'getent passwd policia\gafranchello' produce output when run on a Unix client ? If try to logon on unis console --> auth.log Jul 2 14:13:59 samba-cliente sshd[11654]: Invalid user POLICIA+gafranchello from 172.33.10.1 Jul 2 14:13:59 samba-cliente sshd[11654]: input_userauth_request: invalid user POLICIA+gafranchello [preauth] Jul 2 14:14:04 samba-cliente sshd[11654]:
2011 Nov 29
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...derive from > ScoreboardHazardRecognizer at this point? It looks like the custom > bundling logic could be implemented on top of the scoreboard recognizer > (that seems similar to what ARM's recognizer is doing). Also, how does the ARM hazard recognizer get away with not implementing RecedeCycle? Thanks again, Hal > > -Hal > > > > > > > See how this is done in the ScoreboardHazardRecognizer ctor: > > > MaxLookAhead = ScoreboardDepth; > > > > > > > > -Andy > > > > > -- Hal Finkel Postdoctora...
2004 Dec 06
1
G.711 Appendix II
Does anyone have the C reference code of the ITU G.711 Appendix II ? -- Guilherme Loch G?es "Wave after wave will flow with the tide And bury the world as it does Tide after tide will flow and recede Leaving life to go on as it was..." - Neil Peart , Natural Science
2020 Jul 02
0
(no subject)
On 02/07/2020 18:27, jmpatagonia via samba wrote: > 1) Does 'getent passwd policia\gafranchello' produce output when run on a > Unix client ? > If try to logon on unis console > > --> auth.log > Jul 2 14:13:59 samba-cliente sshd[11654]: Invalid user > POLICIA+gafranchello from 172.33.10.1 Try adding these lines to all of your Unix machines: client max protocol =
2011 Nov 29
2
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
On Mon, 2011-11-28 at 15:45 -0800, Andrew Trick wrote: > > On Nov 28, 2011, at 3:35 PM, Hal Finkel wrote: > > > > > > > Is EmitInstruction used in bottom-up scheduling at all? The > > > version in > > > the ARM recognizer seems essential, but in all of the regression > > > tests > > > (and some other .ll files I have lying around),
2011 Nov 29
2
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...at cs.uiuc.edu] On > Behalf Of Andrew Trick > Sent: Tuesday, November 29, 2011 11:48 AM > To: Hal Finkel > Cc: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] [llvm-commits] Bottom-Up Scheduling? > > ARM can reuse all the default scoreboard hazard recognizer logic such as > recede cycle (naturally since its the primary client). If you can do the > same with PPC that's great. > > Andy > > On Nov 29, 2011, at 8:51 AM, Hal Finkel <hfinkel at anl.gov> wrote: > >>> Thanks! Since I have to change PPCHazardRecognizer for bottom-up support &g...
2020 Jul 02
0
help whith linux client on domain
1) Does 'getent passwd policia\gafranchello' produce output when run on a Unix client ? If try to logon on unis console --> auth.log Jul 2 14:13:59 samba-cliente sshd[11654]: Invalid user POLICIA+gafranchello from 172.33.10.1 Jul 2 14:13:59 samba-cliente sshd[11654]: input_userauth_request: invalid user POLICIA+gafranchello [preauth] Jul 2 14:14:04 samba-cliente sshd[11654]:
2020 Jul 02
2
(no subject)
Hello we use a samba with a old ldap (zentyal-ebox), for now it is impossible to update to new samba version because we use the ldap schema repository for others purposes, son we can move to another version that support samba 4 AD, for the moment we just keep this version. It is possible to join and validate user with linux desktop, we actually use a lot of clients with windows xp/7 and work
2011 Nov 30
0
[LLVMdev] [llvm-commits] Bottom-Up Scheduling?
...w Trick > > Sent: Tuesday, November 29, 2011 11:48 AM > > To: Hal Finkel > > Cc: llvmdev at cs.uiuc.edu > > Subject: Re: [LLVMdev] [llvm-commits] Bottom-Up Scheduling? > > > > ARM can reuse all the default scoreboard hazard recognizer logic such > as > > recede cycle (naturally since its the primary client). If you can do > the > > same with PPC that's great. > > > > Andy > > > > On Nov 29, 2011, at 8:51 AM, Hal Finkel <hfinkel at anl.gov> wrote: > > > >>> Thanks! Since I have to change PPCHazar...
2020 Jul 02
2
(no subject)
Ok, know from desktop logon apparently the user logon right, look user 'policia\gafranchello' granted access on the trace below, but still tel me "Invalid password please try again" Jul 2 16:15:03 samba-cliente polkitd(authority=local): Unregistered Authentication Agent for unix-session:c6 (system bus name :1.231, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale