search for: focuss

Displaying 20 results from an estimated 270 matches for "focuss".

Did you mean: focus
2017 Apr 12
7
humor (was Re: OT: systemd Poll)
> > Of course, to be fair, there may have been a *reason* for not doing it > that way before.... > Between the early 1990's and early 2000's the price of a GB of memory went from ~$100,000 to ~$1000*. I guess a lot of the design decisions made for things like init were focussed on this. In 1995 is was common for server platforms to have 32Mb ram whereas the kernel alone in my PC here at home is consuming just over 500MB. It seems reasonable that software components built in 1997 will not be fit for purpose in 2017. * According to perfunctory google search: http://www.s...
2017 Dec 15
4
RFC: Exposing TargetTransformInfo factories from TargetMachine
...ht do even a simpler form of the patch though -- instead of returning a function pointer from TargetMachine, just add a virtual function to TargetMachine that creates the TargetTransformInfo directly from a Function. -- Sanjoy > > -Hal > >> >> [0]: XLA is a machine learning focussed linear algebra compiler >> https://www.tensorflow.org/performance/xla/ that uses LLVM for its CPU >> and GPU backends. >> >> -- Sanjoy >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >&gt...
2006 Jan 12
2
Anybody building elearning apps with Rails
...Coldfusion. ...But I''m also a Java and ASP.NET developer. I am keen to start an open source rails inspired project to build the generation learning and teaching system. I don''t want to use the term "Learning Management System" as these systems are too big and management focussed to be useful. I am much more interested in using Rails and Ajax to build learning tools. Anyway just wondering if anybody else is using rails to build learning tools. Take Care Aneesha
2017 Dec 15
2
RFC: Exposing TargetTransformInfo factories from TargetMachine
...struct a TargetTransformInfo implementation anyway, what do you think about exposing said factory function from the TargetMachine subclasses directly? Something conceptually like this https://reviews.llvm.org/D41268 but for all backends and will less std::function? [0]: XLA is a machine learning focussed linear algebra compiler https://www.tensorflow.org/performance/xla/ that uses LLVM for its CPU and GPU backends. -- Sanjoy
2006 Jul 08
4
Samba installation discrepancies
Samba colleagues, I promise to limit my postings to this list to one message per day from now on, and to keep my messages focussed on very specific technical issues. I think I have gotten over my initial panic at the weirdly broken Samba installation and am now in a troubleshooting mode. The drama of all my Samba 3 difficulties now seems to be due to a faulty Samba installation. Symptoms are: bin/nmbd -V and bin/smbd -...
2019 Sep 05
3
New samba backup tool (online & offline) retention
Hi, Using old samba_backup with 4.4.x a paramter can be defined to keep some copies of backup and purge automatically. I'm searching same option with new samba backup offline or online, but I can't find, where is it? Thanks
2015 Oct 01
2
[cfe-dev] Orc Windows C++
...the Windows version has been a battle and > a half, and it’s now at the point where I need some assistance to progress. > > The problem I’m having is “Relocation overflow” (related: > https://llvm.org/bugs/show_bug.cgi?id=23228#c8, see #8) … so I spoke to > some clang developers who focussed on Windows at CppCon last week, and they > gave me the following advice: > - Use ELF > - Using this results in another issue about comdat sections, see here: > https://root.cern.ch/phpBB3/viewtopic.php?t=19808 > - Stick with COFF, but use the large code model > - No obse...
2013 Feb 27
2
[LLVMdev] arm compiler benchmarks
...hasn't been any concerted > effort to tune LLVM's Thumb1 output in quite a long time. Even back then > (2008 or so), the effort was mainly to get it to work acceptably, with > the real performance tuning work being done for Thumb2. I'm not > surprised that an embedded market focussed compiler like IAR is better > tuned for a chip like that. > > -Jim > > On Feb 26, 2013, at 2:11 PM, matic at nimp.co.uk <mailto:matic at nimp.co.uk> > wrote: > >> Hi, >> >> >> I didn't do any serious benchmarking but so far I never found a ca...
2010 Apr 14
1
General Server Hardware Question
...h to serve 31,250 listeners at 32Kbps (not including overheads etc, just a flat calculation) but there is no way the NIC card its self could handle 31k concurrent connections to 31k different IPs on 31K ports? (Obviously the OS comes into play here a bit also, but forget that for a moment I am just focussing on the NIC card its self at the minute). So how do people calculate how many servers or NIC cards per server they will need to handle this many connections? (Ok, 31k is a lot but even 100 or 1000, how do people calculate this?) -- Regards, James. http://www.jamesbensley.co.cc/
2023 Mar 17
1
use Ctrl-W to close View() window?
Hi, am I missing something or could you just use Alt-F4? This is pretty standard for closing focussed windows on Windows and Linux at least. It just closed a Window opened with View() on Debian Linux FWIW. Cheers, Johannes Am Freitag, 17. M?rz 2023, 23:16:49 CET schrieb Ben Bolker: > I might be the last person in the world who's using View() outside of > RStudio, but does anyone h...
2017 Sep 07
6
Status of debuginfo-tests
What is the status of debuginfo-tests? Is it actively supported? How do you run it? It doesn't appear to be based on lit, any particular reason? Why is it its own repo instead of being part of llvm repo? I'd like improve this to support CodeView and PDB, such that it would only run on Windows and only if a suitable debugger was found (probably WinDbg). WinDbg supports a
2007 Mar 19
2
Wine for command line only
...in I can't access this via the terminal. The FAQ is silent on this. What am I missing, should I move this or a central program to the bin file? Should I build it separately from this binary? Codeweavers is providing Mac-centric ports of DarWine for the new Intel Macs, but they are also focussed on installing complex window-based programs, and their faq is silent too. Thanks! dennis dtempleton-at-virginia-dot-edu
2006 Apr 20
1
S4 objects with list of objects as slots: how to subset?
Hello, I don't manage to see if you have already focussed on this point in some previous messages so I post my question: I have a little problem with the S4 style of programming. I tried to formalize my question: please consider the following example that you can run I think: #------------------ setClass("my.class1", representation(...
2010 Oct 11
1
grep triggering error on unicode character
...I attempt to manipulate the text in the file. For example: > grep("XXX", X[213]) integer(0) Warning message: In grep("XXX", X[213]) : input string 1 is invalid in this locale Worse, yet: > tolower(X[213]) Error in tolower(X[213]) : invalid multibyte string 1 I am focussing on resolving the first problem, i.e., identifying a line containing XXX. If I can do so, I can remove the offending lines before I execute the tolower command. However, I am stumped as to how to resolve either problem. Any help would be appreciated. Thanks. Dennis Dennis Fisher MD P < (T...
2013 Feb 26
0
[LLVMdev] arm compiler benchmarks
...only device. There hasn't been any concerted effort to tune LLVM's Thumb1 output in quite a long time. Even back then (2008 or so), the effort was mainly to get it to work acceptably, with the real performance tuning work being done for Thumb2. I'm not surprised that an embedded market focussed compiler like IAR is better tuned for a chip like that. -Jim On Feb 26, 2013, at 2:11 PM, matic at nimp.co.uk wrote: > Hi, > > > I didn't do any serious benchmarking but so far I never found a case where LLVM does better than IAR on CortexM0, but I saw a lot of cases where IA...
2016 Jan 15
1
[v3,11/41] mips: reuse asm-generic/barrier.h
...SYNC in a way that applies only to memory accesses appearing in *program-order* before the SYNC 2. We need WRC+sync+addr to work, which means that the SYNC in P1 must also capture the store in P0 as being "before" the barrier. Leonid reckons it works, but his explanation [2] focussed on the address dependency in P2 as to why this works. If that is the case (i.e. address dependency provides global transitivity), then WRC+addr+addr should also work (even though its not required). 3. It seems that WRC+addr+addr doesn't work, so I'm still suspicious abou...
2016 Jan 15
1
[v3,11/41] mips: reuse asm-generic/barrier.h
...SYNC in a way that applies only to memory accesses appearing in *program-order* before the SYNC 2. We need WRC+sync+addr to work, which means that the SYNC in P1 must also capture the store in P0 as being "before" the barrier. Leonid reckons it works, but his explanation [2] focussed on the address dependency in P2 as to why this works. If that is the case (i.e. address dependency provides global transitivity), then WRC+addr+addr should also work (even though its not required). 3. It seems that WRC+addr+addr doesn't work, so I'm still suspicious abou...
2019 Nov 23
1
Installing Maven with OpenJDK 11, without pulling OpenJDK 1.8
Hello, I am trying to create a container image which will build Java software with Maven and Java 11 (rather focussing on CentOS 8 here). When installing 'maven' with yum, 'java-1.8.0-openjdk-devel' is installed as a dependency. If one then installs 'java-11-openjdk-devel', and use the update-alternatives command for java and javac, everything works fine and Maven uses Java 11 for the bu...
2017 Sep 07
2
Status of debuginfo-tests
...ngs, as you can see. I think I've run it once or twice, but a long time ago. It was introduced for/by Apple/LLDB stuff, so it's not something I've paid much attention to. It's probably not suitable as part of llvm tests directly. Those tests are designed to be shorter/narrower/more focussed than full integration tests (we don't execute any compiled programs under test there, for example). Porting to lit seems probably fine/good. On Thu, Sep 7, 2017 at 11:23 AM Zachary Turner <zturner at google.com<mailto:zturner at google.com>> wrote: What is the status of debuginf...
2004 Nov 07
2
Using GNU R on a two box "cluster"
...based) cluster? Well, the term cluster seems quite a bit of an exaggeration related to what I am looking for! I am absolutely new to this subject and I would appreciate some hints on where to start doing such things with my GNU R on both boxes. Maybe a pointer too some introductory materials focussed to doing clustering stuff with GNU R would be sufficient. Are there any recommended methods or tools to realize a two nodes cluster? regards Thomas