Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] How does Timer work?"
2011 May 10
0
[LLVMdev] How does Timer work?
ping.
On Mon, May 9, 2011 at 10:20 PM, Sanjiv <llvmdev at gmail.com> wrote:
> I slightly modified the Kaleidoscope example to print the timing data using
> the NamedRegionTimer as below:
>
> // Run the main "interpreter loop" now.
> {
> const char *GroupName = "MainLoop";
> NamedRegionTimer T("Kaleidoscope", GroupName, true);
>
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
Per subject, this patch adding an additional pass to handle vector
operations; the idea is that this allows removing the code from
LegalizeDAG that handles illegal types, which should be a significant
simplification. There are still some issues with this patch, but does
the approach look sane?
-Eli
-------------- next part --------------
Index: lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
2019 Nov 18
2
Crash using exceptions
Hello,
I get a crash in my program that uses exceptions and the LLVM JIT,
even though the exceptions are controlled and thrown/catched in a part
that doesn't deal with LLVM. I noticed that llvm-config --cxxflags
includes the -fno-exceptions flag. Do I need to throw no exceptions
whatsoever in my application to use LLVM JIT?
As a minimal example, I modified the code in
2008 Sep 25
3
[LLVMdev] Kaleidoscope doesn't work properly
Hi
I hope this is a proper place to put my question.
I've compiled Kaleidoscope from "Adding JIT and Optimizer Support" tutorial.
Basically it works just fine but when I try to run extern'ed putchard
function it aborts.
Please, tell me what am I doing wrong?
Here is more information:
My PC runs FreeBSD.
I've copied the toy source code exactly and didn't change it.
2009 May 20
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 1:19 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> Per subject, this patch adding an additional pass to handle vector
> operations; the idea is that this allows removing the code from
> LegalizeDAG that handles illegal types, which should be a significant
> simplification. There are still some issues with this patch, but does
> the approach
2011 Sep 01
2
upsd problem with NUT 2.6.1
Hi,
I've had NUT 2.6.1 on OpenIndiana working with a Tripp-Lite
ECO550. I've been playing around with the config files a
little bit, and I must have done something that messed up
the demon. I now get
wiley$ pfexec /opt/nut/sbin/upsd -DD
Network UPS Tools upsd 2.6.1
0.000000 listening on 127.0.0.1 port 3493
0.000486 listening on ::1 port 3493
0.001279 Can't connect to
2006 Feb 15
2
Increment Variable
What's the best way to increment a numeric variable in the dial plan?
I tried this...
exten => s,1,Set(mainLoop=${MATH(${mainLoop}+1)})
but that converts it to a floating point number (WHY???), so I end up with 1.0000, which later on means I have to perform string manipulation to get rid of the .0000.
Thanks
Doug
2016 Apr 26
3
New UPS Support: Eaton 5S 1000
I've used NUT successfully for monitoring many different brands of UPS, but
this one has me stumped. It has the same manufacturer ID and Product ID as
older supported MGE-type Eaton UPS's, but has trouble talking. I tried
Ubuntu's repo NUT, and it logs a Connecting to UPS message every few
seconds forever, but never really succeeds (or says it fails). Different
failure mode after
2015 Jan 24
2
upds crash with 'Out of memory'
Hello,
I am trying to get nut running on a Windows 2012 R2 server (x64). I am
using the MSI release of 2.6.5-3. The attached UPS is an APC xs1500 (model
bx1500g). The connection is an RJ45 to USB cable.
Here is my ups.conf:
[xs1500]
driver = usbhid-ups
port = auto
desc = "APC Back-UPS xs1500"
The problem I am encountering is upsd crashing with an 'Out of memory'
error. I can
2015 Jan 27
0
upds crash with 'Out of memory'
On Jan 24, 2015, at 12:45 AM, Ryan Sizemore <ryan.sizemore at gmail.com> wrote:
> Hello,
>
> I am trying to get nut running on a Windows 2012 R2 server (x64). I am using the MSI release of 2.6.5-3.
I am not sure why they are not listed on the main download page, but there are actually three Windows MSI releases after that:
http://www.networkupstools.org/package/windows/
I
2009 Aug 26
2
Error starting a virtual machine
I've been playing with ovirt built from source. When I try to start my
first VM, I get this error in taskomatic.log:
INFO Wed Aug 26 14:33:28 -0600 2009 (12750) starting task_start_vm
INFO Wed Aug 26 14:33:29 -0600 2009 (12750) VM will be started on node
node94.ovirt.priv
DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) Connecting volumes:
DEBUG Wed Aug 26 14:33:29 -0600 2009 (12750) XML Domain
2015 Jan 08
3
Customising a CentOS 6.6 installation disk
I apologise if this is not the appropriate list for the following issue,
but...
Is it possible to upgrade the Linux kernel on a kickstart CD?
I've changed the vmlinuz and initrd.img files in the isolinux directory
from the distro's ISO image; so kernel 2.6.32-504.3.3.el6.i686 now boots
from a DVD, and loads the appropriate modules and firmware from the
stage 1 initrd.img.
However,
2009 Jun 02
2
formal argument "envir" matched by multiple actual arguments
Hi list,
This looks similar to the problem reported here
https://stat.ethz.ch/pipermail/r-devel/2006-April/037199.html
by Henrik Bengtsson a long time ago. It is very sporadic and
non-reproducible.
Henrik, do you remember if your code was using reg.finalizer()?
I tend to suspect it but I'm not sure.
I've been hunting this bug for months but today, and we the help of other
Bioconductor
2008 May 20
10
Asynchronous Pipe::Server problems
Hi all,
I''ve been working on the win32-pipe library (again) and I''ve reworked
the interface. Instead of Pipe.new_server or Pipe.new_client, there''s
now a base Pipe class, with Pipe::Server and Pipe::Client subclasses.
You can find the latest code in the CVS repo.
Oh, and you''ll need to update your windows-pr library with the latest
from CVS if you want to
2014 Feb 08
4
force group does not work
Hi
I set up a samba 4.1.4 server on the latest FreeBSD RELEASE 10.
Unfortunately it doesn't seem to consider the option force group. After
hours ofresearch I couldn't figure out what I'm still missing. unix
extensions is set to no. Setting the debug level up to 10 also didn't
help ;(
Is this a bug or is there simply a mistake in my setup?
When
*valid users = @Groupname*
is
2010 Aug 20
2
segfault in embedded r after call to repldlldo1
Dear R developers,
i've got a question concerning an embedded R instance. I called the
initialization routines as seen in the "writing extensions" guide
(Rf_initialize, setup_Rmainloop and R_ReplDLLinit). I also changed the
function callback pointer of readconsole and writeconsoleex to my local
functions.
when i call mainloop there is no problem and the commands are evaluated
2006 Sep 03
1
Unexpected source() behavior in R-devel
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse
10.1? I'm sure it is something simple I am missing, but I just don't see it
(output below).
Thanks,
Sean
> readLines(url("http://www.bioconductor.org/biocLite.R"))
[1] "source(\"http://bioconductor.org/getBioC.R\")"
[2] ""
2012 Dec 20
1
Changing administrator password after Samba4 classic upgrade
I used to upgrade samba3 to samba4 with almost successful with one problem,
administrator can't access. As administrator, by default it is the only
user account that is given full control over the system.
My query is how to change the administrator password? we have one account
which can join to the samba 4 AD based on the migrated data but the problem
can't change the administrator or
2009 Sep 30
2
Few questions about oVirt install.
Hi.
I have successfully installed ovirt.
Boot 2 nodex throught PXE boot, and added to pool.
Whe i try to create NFS storage, they in state: pending setup.
How to add NFS storage?
taskomatic.log
INFO Wed Sep 30 16:59:09 +0300 2009 (1991) starting task_refresh_pool
INFO Wed Sep 30 16:59:09 +0300 2009 (1991) storage_find_suitable_host:
host node3.ovirt.priv uuid 30303234-3144-3832-4638-3931FF
2010 Jan 12
2
directory permissions
Hi,
I have changed directory ownership permissions recursively such that
it is owned by username:groupname , where groupname is not the default
group, i.e., username. However, when a user creates a new file the
default permissions are again username:username.
How can I give ownership permissions on a particular directory so
that any files created in that directory will always have specifc