Displaying 20 results from an estimated 26 matches for "outnumbers".
Did you mean:
outnumber
2012 Mar 28
3
Spatstat users.
This is a cry for help. My apologies for taking up bandwidth
with an issue that is not really on topic. But I really do want
to acquire the requested information.
In the course of preparing my PBRF (performance based research
funds) portfolio for the upcoming PBRF exercise here in New Zealand,
I have been advised that I should provide some estimate of the number
of "active users" of
2014 Oct 01
2
JOB - PhD position: applying HPC in cancer research
Dear all, we have an exciting PhD position applying HPC to the analysis of large scale cancer datasets.
The post will suit an applicant from a strong computational background who wishes to apply their knowledge to help develop a better understanding of the processes that control how tumours develop.
Details below:-
High Performance Computing applied to cancer research: Computational analysis of
2016 Apr 12
2
Wanted: a way to test changes before breaking all the build bots.
So, I broke a few build modes with a recent commit (r266002). I had been
developing with clang in debug mode, which worked and passed tests fine.
But upon committing, I discovered that I had broken:
1) Bots building with GCC. (fixed subsequently in r266011)
2) Bots doing an NDEBUG build with -Werror. (fixed subsequently in r266016)
3) Bots building llvm with msan. (fixed via revert r266062)
2018 Feb 21
0
SPIRV-LLVM as an external tool
I agree that having the conversion live as part of LLVM is the best option going forward.
libclc is an library implementation of the OpenCL builtins and I think its fine for that aspect of the converter,
i.e. consumption of SPIR-V into LLVM IR in preparation for code generation by LLVM by its various backends as a library
to link the generated code to, to live in an external repo.
This is fine
2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225
Summary: Supression of login warning banner for noninteractive
commands
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: ssh
AssignedTo:
2006 May 12
1
Opinion on different web server setups?
This is not directly a Rails question but you lot seem the best to
ask...
I have a strong feeling we will be developing future apps in Rails
(Ruby fans are slowly starting to outnumber cynics in my office) so I
want a web server plan that will be appropriate for that. We have
just bought two new web servers I want to turn into a load-balanced,
redundant pair. As well as any Rails
2015 Jan 06
0
Design changes are done in Fedora
On Jan 3, 2015, at 2:17 PM, Les Mikesell <lesmikesell at gmail.com> wrote:
> On Fri, Jan 2, 2015 at 5:52 PM, Warren Young <wyml at etr-usa.com> wrote:
>>
>>
>> where is the part of EL7 that doesn?t add columns of numbers correctly?
>
> If the program won't start or the distribution libraries are
> incompatible (which is very, very likely) then it
2008 Feb 15
2
PAM libraries not found
When I add the --with-pam option in my configure command I get the
following error:
checking for pam_start in -lpam... no
configure: error: Can't build with PAM support: libpam not found
PAM is most certainly installed on the machine:
ii libpam-modules 0.79-5
Pluggable Authentication Modules for PAM
ii libpam-runtime 0.79-5
Runtime support
2018 Feb 21
6
SPIRV-LLVM as an external tool
Hi,
for a few months already I have been asking around for opinions on how
people could best work together on Khronos' SPIR-V <-> LLVM-IR converter
and some consensus seems to have formed.
Most of the people I talked to favored having the converter become an
external tool within the LLVM project, similar to libclc. I think that
the LLVM project's processes, infrastructure and
2015 Jul 16
2
FLAC implementation in Windows 10
On Jul 14, 2015, at 8:18 AM, Declan Kelly <flac-dev at groov.ie> wrote:
> On Mon, Jul 13, 2015 at 01:28:22PM +0200, mvanb1 at gmail.com wrote:
>> FLAC is not the only one though, Apple Lossless has been added
>> to the mix in the same way, but (properly) creates smaller files.
>
> Can anyone on the list (possibly someone who works for MSFT) get this
> fixed before
2015 Jul 18
2
FLAC implementation in Windows 10
On Jul 18, 2015, at 10:46 AM, Martijn van Beurden <mvanb1 at gmail.com> wrote:
> Op 16-07-15 om 07:50 schreef Brian Willoughby:
>> On Jul 14, 2015, at 8:18 AM, Declan Kelly <flac-dev at groov.ie> wrote:
>>> Can anyone on the list (possibly someone who works for MSFT) get this
>>> fixed before Win10 is released?
>> What size differences are we talking
2018 Feb 21
2
SPIRV-LLVM as an external tool
On 02/21/2018 10:58 AM, Nicholas Wilson wrote:
> I agree that having the conversion live as part of LLVM is the best option going forward.
>
> libclc is an library implementation of the OpenCL builtins and I think its fine for that aspect of the converter,
> i.e. consumption of SPIR-V into LLVM IR in preparation for code generation by LLVM by its various backends as a library
> to
2015 May 28
1
New controller card issues
...far as system boards are concerned, I'm happy with
Tyan, whose boards I'm using forever, who is in server board business
forever (which was true even when Supermicro just emerged).
As far as RAID cards are concerned... This is a bit more difficult thing.
I do use both LSI and 3ware. 3ware outnumbers LSI in my server room by a
factor of 5 at least. LSI is good solid hardware that exists forever
(pretty much as 3ware does). For me big advantage of 3ware is transparent
interface. By which I mean web interface. There is command line interface
for both and 3ware command line interface may be less c...
2011 Aug 19
0
[LLVMdev] git Status
On Aug 18, 2011, at 10:57 AM, David Greene wrote:
>
> Did the project ever come to a decision about making a transition to
> git? I'm trying to do some longer-term planning and it would be helpful
> to know what the roadmap is.
Me too. I've been catching up on the thread from a couple weeks ago, and I didn't see any clear conclusion. I have some comments about the
2017 Jul 20
8
[RFC] Add IR level interprocedural outliner for code size.
I’m River and I’m a compiler engineer at PlayStation. Recently, I’ve been
working on an interprocedural outlining (code folding) pass for code size
improvement at the IR level. We hit a couple of use cases that the current
code size solutions didn’t handle well enough. Outlining is one of the
avenues that seemed potentially beneficial.
-- Algorithmic Approach --
The general implementation can be
2017 Jul 21
2
[RFC] Add IR level interprocedural outliner for code size.
Hi Evgeny,
I know of the current machine outliner in LLVM. If you look in the "More
detailed performance data" in the end section it includes performance
comparisons to the machine outliner.
As for the algorithmic approach they are kind of similar.
Machine Outliner:
- Builds a suffix tree based on identical equivalence between machine
instrs.
- Uses target specific cost model for
2015 May 28
3
New controller card issues
On Thu, May 28, 2015 10:46 am, Kirk Bocek wrote:
>
>
> On 5/26/2015 11:07 AM, m.roth at 5-cent.us wrote:
>> Push came to shove - these things gag on a drive > 2TB.
>
> I ran into this a couple of years ago with some older 3Ware cards. A
> firmware update fixed it.
>
With 3ware cards depending on card model:
1. the card supports drives > 2TB
2. the card as
2011 Aug 18
5
[LLVMdev] git Status
Did the project ever come to a decision about making a transition to
git? I'm trying to do some longer-term planning and it would be helpful
to know what the roadmap is.
Thanks!
-Dave
2009 Jan 12
4
Useful books for learning the R software and the S programming language
any useful books for learning the R statistical software?
are they pricey?
and if the books recommended focus on S, how compatible will they be for
someone learning R?
thank you in advance for your help.
P.S.
specialized survey statistical procedures? Is R good at that?
[[alternative HTML version deleted]]
2005 Mar 09
26
OT: Best DB
I know this is a bit off topic but we are using Asterisk :)
Since this list is full of tech gurus w/ all different sorts of backgrounds,
I thought I would get the best opinions here.
We have several different switches and other telecom equipment at our
facilities which all have their own proprietary cdr platforms, which are
rather limited. The company I work for is looking to develop their