Displaying 20 results from an estimated 35 matches for "lovette".
Did you mean:
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
Hello All,
We have 2 Samba servers in our domain at our site. Server A) is a Primary
Domain Controller that everyone logs into and Server B) just has drives
shared on it. We have another site with a Server C) running MARS NWE we are
connected to via a 256k WAN link. If we were to run Samba on this Server C)
and set it up like Server B) i.e. Have all 3 servers in the same domain all
with one
2000 Jul 20
0
strange nmbd problems
Hello,
We have three Samba servers running at our site. They are
1) Solaris 2.6 & Samba 2.0.4b
2) Solaris 7 & Samba 2.0.4n
and
3) Mandrake linux 6.2 & Samba 2.0.3
We have experienced this problem on all of the above servers. After a period
of time (just over a month in the case of the linux box) the servers are no
longer registered with the WINS server. We have to restart nmbd to
2017 Sep 16
3
LLVM mtriple for aarch64-win32-msvc ?
Thanks Martin, I'm generating the code using LLVM (writing llvm::Triple
myself and llvm::TargetRegistry::lookupTarget is working), and that's how
my bitcode is generated then using LLC to cross-compile that.
So using armv7-win32-msvc is getting me a bit closer, but what CPU,
raspberry pi 3 is running a Cortext-A53, but when I specify that in -mcpu
argument I get this error:
> llc.exe
2000 May 24
1
Win Servers and Samba
Hello,
We are succesfully using Samba with a remote WINS server which is located on
another site. We have a second site which has successfully been using the
same WINS server and communicating with our Samba server.
Recently the PCs on the second site have been unable to connect to our
Samba server. The other site uses a different DHCP server to our site but it
still gives out the same
2017 Sep 15
3
LLVM mtriple for aarch64-win32-msvc ?
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=obj -O3 -mtriple=aarch64-win32-msvc
-mcpu=cortex-a53
Wrote crash dump file
"C:\Users\clovett\AppData\Local\Temp\llc.exe-4990d8.dmp"
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
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), ‘GatherNode’ is a template argument, not a definition.
It allows a PatFrag be passed into the avx512_gather multiclass definition.
2016 Dec 11
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
Will, thanks a lot for pointing me to the MaskedGatherSDNode and mgatherv4i32. I have
to say that the definition of the "multiclass avx512_gather" from
lib/Target/X86/X86InstrAVX512.td is difficult to follow and I prefer not to use it.
I currently have some serious problems with TableGen - it gives an assertion failure:
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
Hello.
I wanted to inform that I fixed the bug from the previous email.
The main reason for the bug was that I thought that the SDNode masked_gather is
returning only 1 value, but it returns 2 (hence, I guess, the earlier reported, difficult
to follow, error: "Assertion `New->getNumTypes() == 1").
masked_gather returns 2 values because:
// SDTypeProfile -
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
G'day,
We are running Samba 2.04b on a Solaris 2.6 box as well as Samba 2.04b on a
Solaris 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
Hello,
We are successfully using Samba with a remote WINS server which is located
on another site. We have a second site (Worcester) which has successfully
been using the same WINS server and communicating with our Samba servers
(Shipley5 and Shipley6).
Recently the PCs in Worcester have been unable to connect to our Samba
server in Shipley. The other site uses a different DHCP server to our
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
> server...