search for: noping

Displaying 20 results from an estimated 2948 matches for "noping".

Did you mean: hoping
2016 May 03
2
[RFC] Non-Temporal hints from Loop Vectorizer
Steve Canon is on vacation, so I’m going to word for word quote his take on the compiler autogenerating nontemporal hints: "nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope nope n” — Steve Canon —escha > On May 3, 2016, at 10:26 AM, via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Non-temporal hints
2001 Nov 05
3
Can't compile under RH 7.2
All -- Has anyone gotten samba to compile under RH 7.2? I tried: 2.2.2 NOPE 2.2.0 NOPE 2.0.0 NOPE 1.9.00 YES CVS HEAD NOPE In the cases of the 2.* versions (and CVS head) I ran ./configure and make. In the case of 1.9.00, I edited the Makefile for a non- shadow Linux host (and added -lcrypt). I'm attaching a typescript file of my latest attempt at
2016 May 03
6
[RFC] Non-Temporal hints from Loop Vectorizer
Hello all, I've been wondering why Clang doesn't generate non-temporal stores when compiling the STREAM benchmark [1] and therefore doesn't yield optimal results. It turned out that the Loop Vectorizer correctly vectorizes the arithmetic operations and also merges the loads and stores into vector operations. However it doesn't add the '!nontemporal' metadata which would
2006 May 29
2
Memory-leak 1.2.7.1
Hi All, First off all, this is my first mail to this mailing-list, so if I am doing something wrong please tell me. And apologies for my english in advance, it's not my native language. Anyway, I have few machines running Asterisk 1.2.7.1. All machines but one are Gentoo (other one is Debian). The problem is that Asterisk keeps eating my memory. Just random (mostly at night) all my free
2007 Dec 13
3
IPFW compiled in kernel: Where is it reading the config?
Hi peeps, After compiling ipfw into the new 6.2 kernel, and typing "ipfw list", all I get is: "65535 deny ip from any to any" From reading the docs, this might indicate that this is the default rule. (I am certainly protected this way--but can't be very productive ;^) ) By the way, when I run "man ipfw" I get nothing. Using this instead:
2017 Oct 11
2
I do not love thee, kernel-3.10.0-693.2.2.el7.x86_64
I've been having a lot of issues with video, for example. However, this one... I have a user with a Dell R730. I install kernel and kernel devel, and the rest of the full update, and rebooted. Nope. 100% kernel panic, right around the time it switches root. I even rebuilt the initramfs, nope. And speaking of kernel panics, has *anyone* ever considered that all the data dumped to the console
2017 Oct 11
2
I do not love thee, kernel-3.10.0-693.2.2.el7.x86_64
J Martin Rushton wrote: > On 11/10/17 19:28, m.roth at 5-cent.us wrote: >> I've been having a lot of issues with video, for example. However, this >> one... I have a user with a Dell R730. I install kernel and kernel >> devel, and the rest of the full update, and rebooted. >> >> Nope. 100% kernel panic, right around the time it switches root. I even >>
2008 Jan 08
2
[LLVMdev] Setting how aggressive the inliner is in 2.1
Is there a way to set how aggressive the inliner pass (createFunctionInliningPass) without going through the command line interface? Is there any reason InlineLimit isn't an argument to the createFunctionInliningPass function? Thanks, Robert
2008 Jan 08
0
[LLVMdev] Setting how aggressive the inliner is in 2.1
On Mon, 7 Jan 2008, Robert Zeh wrote: > Is there a way to set how aggressive the inliner pass > (createFunctionInliningPass) without going through the command line > interface? Nope. Well, you could call cl::ParseCommandLine yourself (passing in a static array) like llvm-gcc does, but other than that "no". > Is there any reason InlineLimit isn't an argument to the
2002 Sep 11
4
XFS-ACL-Samba: Trouble adding acls
Hi, I recently tried to use ACLs with samba. XFS is running, I can set ACLs using setfacl and read them with getfacl, no problem so far. Samba compiled fine with '--with-acl-support'. Now I set up a share with 'nt acl support = yes', put there a file and added an acl with 'setfacl': root@edjo[ACLTEST]# getfacl datei.txt # file: datei.txt # owner: odenbach # group:
2019 Apr 24
4
Are linux distros redundant?
On Wed, Apr 24, 2019 at 10:18:40AM -0400, mark wrote: > > Nope. Well... actually, my manager's talking about Ubuntu or maybe even > FreeBSD. He's *extremely* upset with RH being so slow - 8 should have been > out for some time, for one, and a lot of 7, even with SCL, is far behind, It should have been? Says who? John -- You may know how little God thinks of
2010 Jul 20
1
Exporting NMDS distance matris to csv
If you submit these lines, you end up with variable "vare.dis". I want to export vare.dis to csv. Stuck I am. library(vegan,logical.return = TRUE) #return=true verifies package is available library(MASS,logical.return=TRUE) #return=true verifies package is available data(varespec) #varespec is an example data file in the vegan package vare.dis <- vegdist(varespec)
2019 Jan 18
3
Shortest RFC ever: I propose we rename files using `.TXT` extension to use `.txt`
Why? Because we have a mixture scattered about the codebase, but only a very few with `.TXT`. I like consistency. It makes my obsessive tendancies happy. Is this important? Nope. Why am I asking first? Because its possible someone, somewhere will be disrupted by this so I figured I'd ask first. -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 14
6
moderate rant un updates
So, another admin I work with rolled out most (but not kernel) updates to 6.4... but including xorg. I log out the end of the day, and I'm hosed - no X. Now, my not-two-year-old workstation has an nvidia card, and I'd installed kmod-nvidia from elrepo. I figured I'd fix my problem by finishing the upgrade and rebooting. Nope. I try to upgrade kmod-nvidia from elrepo. Anyone got any
2019 Feb 28
3
What files to edit when changing the sdX of hard drives?
Phelps, Matthew wrote: > On Thu, Feb 28, 2019 at 11:52 AM mark <m.roth at 5-cent.us> wrote: >> Nicolas Kovacs wrote: >>> Le 28/02/2019 ? 04:12, Jobst Schmalenbach a ?crit : >>>> I want to lock in the SDA/SDB/SDC for my drives >>> >>> In short : use UUIDs or labels instead of hardcoding /dev/sdX. >>> >>>
2010 Feb 25
3
[LLVMdev] Massive Number of Test Failures
On Thursday 25 February 2010 16:07:59 Chris Lattner wrote: > On Feb 25, 2010, at 12:01 PM, David Greene wrote: > > I am seeing a whole lot of failures in the tests on trunk. From > > discussions with Chris and others, I should not be seeing this. > > Does 'make check-lit' pass for you in llvm/test? Nope. In fact I am seeing more failures in debug mode now. But what
2010 Jan 10
3
[LLVMdev] Using a function from another module
On Sun, Jan 10, 2010 at 12:38 PM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > Won't passing llvm::Function* around vs strings (function names), also work, at code generation time, > without the need for a module A dec to module B impl. mapping? > > Garrison Nope. You cannot place a call instruction into one module whose callee is a Function from another module. You
2001 Aug 28
1
wine and windoze me
I have tried codeweavers wine and now the latest cvs version of wine dated 2001-08-24. In no case am I able to run anything but notepad from windoze ME. The doze media player...nope, internet exploder? nope. Here is what I get trying to run windoze media player: wine --managed --winver win98 /mnt/win_c/Program\ Files/Windows\ Media\ Player/wmplayer.exe fixme:shell:SHRegGetUSValueW
2017 Jul 12
4
CentOS 7, NM, and IPv6
On 07/12/17 12:09, Gordon Messmer wrote: > On 07/12/2017 07:13 AM, m.roth at 5-cent.us wrote: >> 4. It appears to try, several times, and then give up - as our >> manager puts it, "I to renew the lease", "Here it is","Nope, >> don't like that, try again", and eventually, after 4 or 5 or >> so tries, gives up.
2007 Mar 15
7
SEC to minutes
Hi Friends, I am new to ruby on rails. I want to convert seconds to minutes. like if 220sec= 3.40 minutes I did in this way sec/60 but it giving the false results ex : 70 sec = 110/6=1.8 but it is worong as for time Can u give any advice? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed