search for: amidst

Displaying 20 results from an estimated 32 matches for "amidst".

Did you mean: midst
2007 Jan 12
2
Switching from Vesa driver to video adapter driver fails
...Settings | Display | Hardware tab and find my video adapter in the list and set it. The dialog tells me I have to log out for it to take effect, so I duly do that. I then getting a message from a non-graphics screen saying that the attempt to switch to the video adapter failed. When I view why, amidst all the information given is the messages: (EE) No devices detected. Fatal server error: No screens found I am able to switch back to the Vesa driver through the non-graphics screen, and this brings me back to my graphics login and I am once again successfully in CentOS 4.4 using the Vesa driv...
2010 Oct 15
2
[LLVMdev] [LLVMDev] Trouble Linking
I'm sorry, I don't know what you were looking for. The first 5 were scattered amidst different e-mails. The others have to do with following what "RAFast" and "RALinScan" as examples. It's a linker error, and I do not know why only opt and bugpoint does not compiler, and why llc does not show my reg alloc pass anymore. It worked before the API change e-mail...
2017 May 06
2
Email list just for front end developers?
...ost all the traffic is Clang specific. > (If you don't believe me look at the list archive and you'll see > similar questions from time to time) Yes, from time to time, just as from time to time people ask questions here. It is somewhat difficult getting attention for such questions amidst the other traffic. It would be nice to have a list dedicated to the purpose. You need not subscribe if such a list does not serve your needs. It would, however, likely serve _my_ needs, and I suspect it would serve other people's needs as well. Perry -- Perry E. Metzger perry at piermont.com
2018 Nov 05
2
RFC: System (cache, etc.) model for LLVM
...dled/heterogeneous) and there's no way to currently represent that in table-gen. Given that the kernel has such a high influence how those cores get scheduled and preempted, I don't think there's any hope that the compiler can do a good job at predicting usage or having any real impact amidst higher level latency, such as context switches and systemcalls. -- cheers, --renato [1] https://en.wikipedia.org/wiki/ARM_big.LITTLE
2019 Apr 08
2
LLVM 8 + Mavericks?
...r/llvm/6.0.1-bin-cc/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/Cellar/llvm/6.0.1-bin-cc/bin/clang++ -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DLLVM_ENABLE_CXX1Y=ON -DLLVM_ENABLE_CXX1Z=ON -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/llvm/8.0.0-bin/ .. I noticed seeing amidst msgs "Could NOT find Z3 (missing: Z3_LIBRARIES Z3_INCLUDE_DIR) (Required is at least version "4.7.1")" and after that: make -j4 that stopped saying it didn't find "compression.h", I thought it should be somewhere because I've zlib installed, I looked and it...
2017 May 06
2
Email list just for front end developers?
...compiler developer, and the world has a lot of compilers under development. (Indeed, it has more than it used to partially because LLVM exists.) It makes sense to have a place for us to talk to each other where we're the dominant traffic, where our questions for each other aren't concealed amidst a very large amount of traffic on Clang's internals (or the rest of LLVM's), and where and our questions unrelated to local concerns are not viewed as an annoyance. Again, I suspect front end developers will generally be more sympathetic to each other's problems and questions than peop...
2016 Mar 01
10
Any experiences with newer WD Red drives?
Might be slightly OT as it isn't necessarily a CentOS related issue. I've been using WD Reds as mdraid components which worked pretty well for non-IOPS intensive workloads. However, the latest C7 server I built, ran into problems with them on on a Intel C236 board (SuperMicro X11SSH) with tons of "ata bus error write fpdma queued". Googling on it threw up old suggestions to
2016 Mar 01
0
Any experiences with newer WD Red drives?
...threw up old suggestions to limit > SATA link speed to 1.5Gbps using libata.force boot options and/or > noncq. Lowering the link speed helped to reduce the frequency of the > errors (from not getting a smartctl output to getting a complete > listing within 2 tries). > I discovered, amidst great initial pain, that most, if not all, of the problems I had with SATA disks were caused by SATA cables and not by the disks themselves. Intermittent problems, such as disks randomly not showing up in RAID groups, were solved when I replaced the cables with proper ones. Some of the bad cabl...
2009 Oct 16
2
Invite after bye?
Hi there noticed a strange thing in asterisk 1.6.2x 1.6.1x after one of the clients sends bye asterisk first sends invite to other side then after 200 ok it sends bye I am not sure but that could be some missconfiguration issue or a bug? so it's like this: side A sends bye to asterisk, asterisk responds with 200 OK to side A, then it sends INVITE to side B, expects 200 OK
2010 Jun 10
2
Help with Pulseaudio Disabling?
...on. I've uncommented and changed the autospawn part now I need to leave the client.conf, right? I can't just 'X' out because it keeps giving me a pop up that says I'd be terminating a ongoing process (or can I?). At the bottom is something along the lines of... Code: ^X Exit Amidst some other similarly phrased options. So, [Embarassed] what does that mean and how do I do it? Also, when it says to enter the next part every time I boot up, do I have to do it now as well or just the next time I boot up? Thanks for any help.
2020 Sep 28
2
Dsync issues since 2.3.11.3.
Hello! I've started seeing intermittent dsync failures since upgrading Dovecot to 2.3.11.3-3 (CentOS 8 using the official Dovecot repo). Sep 27 17:49:04 host dovecot[130]: dsync-local(user at host)<5GWFD2CmcF+TJwAAsNnMGQ>: Warning: Failed to do incremental sync for mailbox INBOX, retry with a full sync (Modseq 66543 no longer in transaction log (highest=66547,
2017 May 06
2
Email list just for front end developers?
...> On Sat, May 6, 2017 at 11:31 AM, Perry E. Metzger via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > It makes sense to have a place for us to talk to each other where > > we're the dominant traffic, where our questions for each other > > aren't concealed amidst a very large amount of traffic on Clang's > > internals (or the rest of LLVM's), and where and our questions > > unrelated to local concerns are not viewed as an annoyance. > > Why not just filter traffic on llvm-dev with "emails that haven't > been replied...
2014 Aug 18
3
[LLVMdev] [PATCH][RFC]: Add fmin/fmax intrinsics
...max that return Nan if either arg is a nan? > Julia Lang and GHC Haskell are both likely to change their definitions of min/max on floats/doubles to return nan if either arg is Nan. > See here  <https://github.com/JuliaLang/julia/issues/7866> for the julia lang discussion, and I'm amidst putting together the analogous propose for GHC Haskell. > > My understanding is the NAN evading semantics of fmin/fmax in the IEEE spec are motivated by using NaN to encode "this data is missing" rather than the more common "this is the result of an erroneous computation&quot...
2010 Oct 15
0
[LLVMdev] [LLVMDev] Trouble Linking
Jeff Kunkel <jdkunk3 at gmail.com> writes: > I ran cmake to build the visual studio projects. Then I included my > code under the Visual Studio interface, but I placed my code separate > from the CodeGen code. Visual studio was smart enough to compile and > link in my code into the CodeGen library. Thus, I did not need to add > my code into the same directory as the CodeGen
2015 May 05
1
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
Hi Renato, Thanks for your response. My concern was actually this. For example, take vector type V8i16 on X86 target With llvm.sad() intrinsic: VC1 (Vector Cost) = Cost associated with "PSAD" instruction. W/ llvm.absd() and llvm.hadd() VC2 = Cost associated with "absolute diff" + "horizontal add" ( ??? ) As I will be querying with getIntrinsicCost(ID) for these
2011 Dec 26
0
[eHow Support] Update: Re: some thing's re: Wine program, internet explorer, misc;
...es. You can find me anywhere on the web/internet by searching: jeffreydavidmorris, jeffmorris269, jeffmorris69. MySpace, Facebook, Twitter, Linkedin, Tribe.net and vast etc elsewhere on web/internet; Meantime, feel free to visit me on my website: http://www.jeffreydavidmorris.com I'm either amidst a odd job project/assignment OR in the field, but know I'll get back unto you as soon as I am able. And thank you kindly and sincerely in advance for contacting me. Good day/night. ---------------------------------------------- Jeffreydavidmorris, Dec-25 17:04 (PST): And note I am a newbie, he...
2015 May 05
2
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
On 4 May 2015 at 08:37, Shahid, Asghar-ahmad <Asghar-ahmad.Shahid at amd.com> wrote: > My worry is regarding the query for cost calculation for specific SAD > instructions such as ‘psad’ (X86) or ‘usad’ (ARM) in Loop Vectorizer. Hi Shahid, The vectorizer's cost model has the ability to return different costs for the same instruction based on the arguments (scalar/vector,
2009 Dec 03
1
only the first ResetCDR works after upgrade to 1.6
...time ResetCDR is called it writes out a CDR shows that all the right pieces are in place, so it isn't any of the basic installation, set-up and config issues. By way of debugging, I pulled cdr_addon_mysql.c out of SVN (from asterisk-addons/branches/1.6.2) and added a bunch of debug assertions amidst the code that INSERTs the CDR record into the db. I see in my asterisk logs and on the asterisk console all of the expected assertions, between the first "Executing ResetCDR" and the "Inserting a CDR record." There are further "Executing ResetCDR" lines in the debug...
2016 Feb 24
5
Anyone know whats up with wki?
On Tue, Feb 23, 2016 at 1:38 PM, Shao Miller via Syslinux <syslinux at zytor.com> wrote: > I don't think the MySQL daemon is running. I'm looking around for someone > who can help. - Shao > > P. S. No, I don't like scrolling to read what's most recent. Top-posting > forever. Just kidding. Nicer clients can fold. I know GMail's web interface is but one
2017 May 06
2
Email list just for front end developers?
On Sat, 6 May 2017 23:11:16 +0800 C Bergström <cbergstrom at pathscale.com> wrote: > On Sat, May 6, 2017 at 11:07 PM, Perry E. Metzger via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > Howdy! > > > > I've noticed that requests for help by people like me who are > > developing front ends are often lost in the noise in the llvm-dev > >