Displaying 20 results from an estimated 515 matches for "tylere".
Did you mean:
tyler
2005 Apr 18
2
Very Slow Gower Similarity Function
Hello,
I am a relatively new user of R. I have written a basic function to calculate
the Gower similarity function. I was motivated to do so partly as an excercise
in learning R, and partly because the existing option (vegdist in the vegan
package) does not accept missing values.
I think I have succeeded - my function gives me the correct values. However, now
that I'm starting to use it with
2013 Apr 04
1
[LLVMdev] Packed instructions generaetd by LoopVectorize?
Thanks, that did it!
Are there any plans to enable the loop vectorizer by default?
From: Nadav Rotem [mailto:nrotem at apple.com]
Sent: Wednesday, April 03, 2013 13:33 PM
To: Nowicki, Tyler
Cc: LLVM Developers Mailing List
Subject: Re: Packed instructions generaetd by LoopVectorize?
Hi Tyler,
Try adding -ffast-math. We can only vectorize reduction variables if it is safe to reorder floating
2013 Apr 03
0
[LLVMdev] Packed instructions generaetd by LoopVectorize?
Hi Tyler,
Try adding -ffast-math. We can only vectorize reduction variables if it is safe to reorder floating point operations.
Thanks,
Nadav
On Apr 3, 2013, at 10:29 AM, "Nowicki, Tyler" <tyler.nowicki at intel.com> wrote:
> Hi,
>
> I have a question about LoopVectorize. I wrote a simple test case, a dot product loop and found that packed instructions are
2013 Apr 03
2
[LLVMdev] Packed instructions generaetd by LoopVectorize?
Hi,
I have a question about LoopVectorize. I wrote a simple test case, a dot product loop and found that packed instructions are generated when input arrays are integer, but not when they are float or double.
If I modify the float example in http://llvm.org/docs/Vectorizers.html by adding restrict to the input arrays packed instructions are generated. Although it should not be required I tried
2016 Aug 23
2
Help in understanding physreg LiveVariables
So if I first create the value in an entry BB and then build a CopyToReg
but then I have to read it in a BB that loops back to itself, with it's own
CopyToReg at the end, then I have two CopyToReg nodes for the same value.
In this case, I need to create 3 virt regs, 1 for each CopyToReg and a
third for the CopyFromReg in the beginning of the loop BB, right? And then
I need to build a PHI
2005 Apr 22
3
Installing packages from source on WindowsXP
Hi,
I'm having some problems installing packages from the source files on
Windows, using R CMD INSTALL pkg. I'm running WindowsXP, and I've
followed the instructions as per the README.packages file from the R
installation. I ran into a hitch, with the install failing following a
"hhc: not found" warning. I figured out that this was related to the
html help workshop.
2013 Feb 21
2
[LLVMdev] Generate scalar SSE instructions instead of packed instructions
On Thu, Feb 21, 2013 at 12:14 PM, Nadav Rotem <nrotem at apple.com> wrote:
> You can change the input LLVM-IR.
>
> On Feb 21, 2013, at 7:16 AM, "Nowicki, Tyler" <tyler.nowicki at intel.com>
> wrote:
>
> Hi,****
>
> ** **
>
> I am interested in evaluating the performance of packed vs scalar
> double-precision floating point instructions on
2008 Jan 08
3
Dovecot too many open files???
Dovecot experts,
We just recently deployed Dovecot 1.0.rc15 on a Redhat 5 system. I
have over 1400 users. At first it appeared to work fine. But soon,
we had complaints of students that couldn't retrieve their email. I
looked in the logs and found this error.
Jan 7 22:27:31 stu dovecot: auth(default):
pam(pucklisl,<http://144.89.40.6>144.89.40.6): pipe() failed: Too
many
2012 Apr 27
1
Counter Strike Source Won't load.
Okay so I have just installed Fedora 16 64-bit. Coming from a Ubuntu user I'm well aware that counter strike source works great under linux. I've been trying to get it to work but every time I try to load it, it loads for a moment and then crashes. I have the proprietary AMD ATI drivers for my ATI Radeon HD 5750. They seem to be rendering fine according to the debugger. I'm currently
2014 Oct 02
2
[LLVMdev] Use list preservation when using Instruction::clone
I'm trying to create a clone of a function using Function::Create()
and CloneFunctionInto. However, I'm running into an issue. I believe
that the instructions in the function clone still have Use edges to
values in the original function. This is a problem for my purposes.
For example, consider an original function F. I create a new function
G belonging to the same module and call
2014 Jul 07
4
[LLVMdev] Splitting basic block results in unknown instruction type assertion
Hello,
I would like to see if this issue is a result of a misunderstanding on
my part before I file a bug. I am using LLVM 3.4, built from the
source tarballs. My system's uname is "Darwin tyler-air 12.5.0 Darwin
Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013;
root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64".
All I'm trying to do is add a runtime check after all call
2013 Feb 26
0
[LLVMdev] Generate scalar SSE instructions instead of packed instructions
Thanks for the reply, they were very helpful.
Is it enough to prevent BBVectorize from packing together double precision instructions? If a non-clang frontend is used, such as ISPC, is it possible that the IR may contain packed double instruction?
Tyler
From: Cameron McInally [mailto:cameron.mcinally at nyu.edu]
Sent: Thursday, February 21, 2013 6:39 PM
To: Nowicki, Tyler
Cc: Nadav Rotem; LLVM
2005 Jul 06
1
dyn.load in linux: missing libraries?
Hi,
I've just about got myself transferred from windowsXP to Linux (Mepis
3.3.1-1). I've got R 2.1.1, emacs, and ess running from the debian
repositories. Of course, there is a hitch. I have a bit of C code in one
of my personal functions. I have, apparently without problem, been able
to compile it using R CMD SHLIB, but when I try to dyn.load it I get the
following error:
>
2004 Dec 20
2
samba ldap?
Samba Ldap experts,
I am trying to recompile samba to support ldap. After compiling samba
with --with-ldapsam, I had no errors with configure or
compilation. However, after starting up smbd and nmbd, I get these errors
in the log.smbd file when I try to connect to the server:
[2004/12/20 13:57:02, 0] lib/debug.c:reopen_logs(590)
Unable to open new log file /var/log/samba/smbd.log: No
2012 Jun 28
2
[LLVMdev] 8-bit DIV IR irregularities
I understand, but this sounds like legalization. Does every architecture trigger an overflow exception, as opposed to setting a bit? Perhaps it makes more sense to do this in the backends that trigger an overflow exception?
I'm working on a modification for DIV right now in the x86 backend for Intel Atom that will improve performance, however because the *actual* operation has been replaced
2005 Apr 25
2
Installing packages, again
Hi again,
I've just uninstalled R2.01 and installed the new R2.10 on my WindowsXP
machine. I then attempted to install the vegan package from source
files, as I learned to do last week, with the help of some of you. I
have updated my path variable to the new R directory (R/rw2010/bin
instead of R/rw2001pat/bin), and I've still got the HTMLHelpWorkshop
files installed, as well as Perl
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all,
Do any of you have any ideas for getting a DOS floppy to reboot to the hard
drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I
want to use syslinux, but it does not support the localboot option like
pxelinux and isolinux do.
Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot
to the hard drive while leaving the floppy disk in the drive.
2012 Jun 27
2
[LLVMdev] 8-bit DIV IR irregularities
Hi,
I noticed that when dividing with signed 8-bit values the IR uses a 32-bit signed divide, however, when unsigned 8-bit values are used the IR uses an 8-bit unsigned divide. Why not use a 8-bit signed divide when using 8-bit signed values?
Here is the C code and IR:
char idiv8(char a, char b)
{
char c = a / b;
return c;
}
define signext i8 @idiv8(i8 signext %a, i8 signext %b) nounwind
2013 Feb 21
2
[LLVMdev] Generate scalar SSE instructions instead of packed instructions
Hi,
I am interested in evaluating the performance of packed vs scalar double-precision floating point instructions on x86-atom and I was wondering if anyone knows more precisely where to modify llvm to use one or the other. I know I probably need to change something in the type legalizer. Could anyone provide more details than that?
Thanks,
Tyler
-------------- next part --------------
An HTML
2006 Mar 20
11
has_many brings back ''uninitialized constant''
hello. first things first - I am new to ruby on rails (ruby, too), so
I''m figuring this is just a basic newbie error.
I''m creating a basic photography website. And I have two tables with a
relationship:
photos:
- id (set up as PK)
- title
- shutter
- aperture
- date
- the_order
...etc
photo_comments:
- id (set up as a PK)
- photos_id (set up as a FK)
- author
- date
-