search for: lovett

Displaying 20 results from an estimated 35 matches for "lovett".

2019 Sep 11
3
Compile for ARM SVE with the latest LLVM
Renato et al. In the meantime, is there an out of tree branch I mean, other than LLVM trunk so I can test how much I can SVE vectorize my code with it? Arm seemed to gave taken down the GitHub branch for sometime. On Wed, Sep 11, 2019 at 20:41 Renato Golin <rengolin at gmail.com> wrote: > On Wed, 11 Sep 2019 at 06:13, Itaru Kitayama via llvm-dev > <llvm-dev at lists.llvm.org>
2000 Apr 11
1
Samba across WAN link
...Server B) i.e. Have all 3 servers in the same domain all with one Primary Domain controller would it work and, more to the point what would the network traffic be like. I would be grateful to hear from anyone who has experience of doing this or, knows a better way of doing it. Regards - TIA Dave Lovett ___________________________ David Lovett Systems Department CarnaudMetalbox Engineering
2000 Jul 20
0
strange nmbd problems
...g again. This is quite important as we have people in different parts of the country and, even in different countries accessing shares over the WAN. Has anyone else experienced this problem? Is it a recognised bug? Is there any way to fix it, besides restarting nmbd when it does it? Regards Dave Lovett -- Dave Lovett Systems Department CarnaudMetalbox Engineering david.lovett@eur.crowncork.com CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the confidential use of the above named recipient. If you are not the intended recipient or person responsible for...
2017 Sep 16
3
LLVM mtriple for aarch64-win32-msvc ?
...bj -filetype=obj -O3 -mtriple=armv7-win32-msvc -mcpu=cortex-a53 -relocation-model=pic > llc.exe failed: LLVM ERROR: CPU: 'cortex-a53' does not support ARM mode execution! On Fri, Sep 15, 2017 at 2:20 PM, Martin Storsjö <martin at martin.st> wrote: > On Fri, 15 Sep 2017, Chris Lovett via llvm-dev wrote: > > Is there a way to use LLC to cross-compile some code to run on Windows IOT >> on Raspberry Pi ? >> I was able to convince LLVM to spit out some bitcode for this, but when I >> try llc it dumps: >> >> llc.exe test.bc -o test.obj -filetype=o...
2000 May 24
1
Win Servers and Samba
...server) we can no longer ping using netBIOs name or attach to our Samba servers at all from the remote site. However everything is working fine at the local site. We feel that someone may be trying to block our samba server domain from other site using WINS server. Is this possible? Regards Dave Lovett CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the confidential use of the above named recipient. If you are not the intended recipient or person responsible for delivering it to the intended recipient, you have received this communication in error and mus...
2017 Sep 15
3
LLVM mtriple for aarch64-win32-msvc ?
...o use LLC to cross-compile some code to run on Windows IOT on Raspberry Pi ? I was able to convince LLVM to spit out some bitcode for this, but when I try llc it dumps: llc.exe test.bc -o test.obj -filetype=obj -O3 -mtriple=aarch64-win32-msvc -mcpu=cortex-a53 Wrote crash dump file "C:\Users\clovett\AppData\Local\Temp\llc.exe-4990d8.dmp" 0x0000000000000000 (0x0000000000000000 0x000001AE351C38E9 0x0000000000000007 0x000001AE351C38F1) <unknown module> 0x00007FF79681B7F5 (0x000001AE3526BFE0 0x000001AE35216D40 0x000001AE3526BFE0 0x000000047738EE80) 0x00007FF79681AEF6 (0x0000000000000000...
2017 Sep 08
5
Performance of large llvm::ConstantDataArrays
I'm running into some pretty bad performance in llc.exe when compiling some large neural networks into code that contains some very large llvm::ConstantDataArrays, some are { size=102,760,448 }. There's a small about of actual code for processing the network, but the assembly is mostly global data. I'm finding that llc.exe memory spikes up around 30 gigabytes and the job takes 20-30
2001 Mar 23
2
File changes not being written immediately
Our development team has been having the following issue for quite some time and I cannot isolate the problem. I saw a similar posting in the archives but there are no replies. We are running Samba 2.0.7 on a RedHat 6.2 server and we connect to the server from Windows 2000 desktops. We are editing files through a drive mapped to a share on the server. The problem is when we save the file in the
2016 Dec 09
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...ll need to create MIPS tablegen that matches MaskedGatherSDNode. If not, I guess you’ll need to create a new intrinsic that represents an unpredicted gather, and add appropriate uses of it during IR creation (such as in LoopVectorize, where masked gathers are created today) Hope that helps, Will Lovett On 9 December 2016 at 01:52:48, Alex Susu via llvm-dev (llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>) wrote: Hello. I read on page 4 of http://www.cs.fsu.edu/~whalley/cda5155/chap4.pdf that gather and scatter operations exist for Mips, named LVI and SVI, respectively. Di...
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...() const { return getOperand(4); } 02121 const SDValue &getMask() const { return getOperand(2); } 02122 const SDValue &getValue() const { return getOperand(1); } // Alex: this is pass-thru */ Thank you very much, Alex On 12/9/2016 4:18 PM, Will Lovett wrote: > Hi Alex, > > I don’t know too much about recent MIPS, but have recently been doing something similar > for the new ARM SVE architecture, so hopefully this will get you closer to what you need: > > If you’re looking where I think you are (lib/Target/X86/X86InstrAVX512.td),...
2016 Dec 09
5
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello. I read on page 4 of http://www.cs.fsu.edu/~whalley/cda5155/chap4.pdf that gather and scatter operations exist for Mips, named LVI and SVI, respectively. Did anyone think of implementing in the LLVM Mips back end (part of the MSA vector instructions) gather and scatter operations? If so, can you share with me the TableGen spec? (I tried to start from LD_DESC_BASE, but it
2010 May 30
5
Automatically decrement value each day
I have a Person model with a points attribute. For the most part, points values will be incremented and decremented via user votes. However, I''d also like to decrement a Person''s points by half a point each day. How do I automatically decrement the value once per day? Your help is greatly appreciated :) Becky -- Posted via http://www.ruby-forum.com/. -- You received this
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
...02121 const SDValue &getMask() const { return getOperand(2); } > 02122 const SDValue &getValue() const { return getOperand(1); } // Alex: this > is pass-thru > > */ > > > Thank you very much, > Alex > > On 12/9/2016 4:18 PM, Will Lovett wrote: >> Hi Alex, >> >> I don’t know too much about recent MIPS, but have recently been doing something similar >> for the new ARM SVE architecture, so hopefully this will get you closer to what you need: >> >> If you’re looking where I think you are (lib/Target...
2009 Jul 23
7
using asterisk on a shared line
Can Asterisk be configured to hang up if another phone picks up? I'm a bit lost as far as terminology goes, but here's my setup. At home, I have asterisk answering calls from the pstn and sending them through to a sip extension or voicemail. All that is working fine. The box running Asterisk isn't on 24/7 so I have a secondary phone connected to the line as well. If Asterisk is
2006 Oct 10
1
sorting results with aaf multi_search
Is it possible to sort the result of acts_as_ferret multi_search the way you can with find_contents? I''m using the latest ferret and aaf. I have an interface that offers multiple search options which search different fields of a single model. In addition to these, I also have an "all" search type which is meant to pull in one additional model and consider all indexed
2006 Aug 12
1
How do empty strings affect sorting?
I''m creating a search that allows results to be sorted in different ways. In defining the sortable fields, I was careful to use untokenized indexes. Everything was working great except for one field-- it refused to sort properly, even though all the others were fine. It seems as if the presence of empty strings in my data were to blame. By setting them to a default value, sorting on
2003 Apr 05
1
ipappend with pxelinux
Hello, I have not been able to get the IPAPPEND option to successfully set the ip parameters for a pxelinux install. I have LABEL install KERNEL pxelinux.cfg/tftpboot.img APPEND initrd=pxelinux.cfg/initrdfs.gz root=/dev/ram IPAPPEND 1 where tftpboot.img is either of http://ftp.debian.org/debian/dists/woody/main/disks-i386/current/ idepci/tftpboot.img
2000 Mar 03
0
nmdb anomaly in SWAT
...aris 7 box. In SWAT on the Solaris 7 box the nmbd service is seen to be running. On the Solaris 2.6 box SWAT says the nmbd service is not running. Doing a ps on the Solaris 2.6 box shows nmbd to be running. What is responsible for this anomaly? Any help would be greatly appreciated. Regards, Dave Lovett
2000 Jun 07
0
Please Help - WINS server problems
...asically I have a few questions which could help to resolve the situation. Is it possible to block servers from a registering on a WINS server? How often does Samba try to refresh with the WINS server? If we were to set up our own WINS server would it cause havoc on the WAN? TIA Dave -- Dave Lovett Systems Department CarnaudMetalbox Engineering CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the confidential use of the above named recipient. If you are not the intended recipient or person responsible for delivering it to the intended recipient, you hav...
2003 Dec 01
0
No subject
...system. This allows data synchronization between all access to oplocked files, whether it be via Samba or NFS or a local UNIX process. See the kernel oplocks parameter for details. Default: oplocks = True Example: oplocks = False On Fri, 23 Mar 2001, Lance Lovette wrote: > Our development team has been having the following issue for quite some time > and I cannot isolate the problem. I saw a similar posting in the archives > but there are no replies. > > We are running Samba 2.0.7 on a RedHat 6.2 server and we connect to the > serve...