Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Any detailed instructions for building LLVM on Win XP?"
2010 Feb 12
1
[LLVMdev] Unable to connect to google1.osuosl.org
I am unable to connect to build master at:google1.osuosl.org:9990 from my buildslave.
See attached twisted9.0.0 log.
2010-02-12 09:50:03-0800 [-] Log opened.
2010-02-12 09:50:03-0800 [-] twistd 9.0.0 (C:\Python26\python.exe 2.6.2) starting up.
2010-02-12 09:50:03-0800 [-] reactor class: twisted.internet.win32eventreactor.Win32Reactor.
2010-02-12 09:50:03-0800 [-] Starting factory
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21
2007 Jun 14
2
Linksys SPA941
Dear Group,
I have just purchased two Linksys SPA941 and flashed these to the latest
firmware.
Everything works well except for the Hold button? Has anyone else
experienced the same issue? What was the solution?
Kind Regards
Shad Mortazavi
2014 Dec 13
2
[LLVMdev] Vectorization factor limitation in Loop Vectorizer
So IMO, if we modify the VF calculation for targets/subtargets using TTI where higher VF is supported
The vectorizer’s scope will become wider.
Did/do you foresee any issue with this?
Thanks,
Shahid
From: Nadav Rotem [mailto:nrotem at apple.com]
Sent: Saturday, December 13, 2014 2:47 AM
To: Shahid, Asghar-ahmad
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Vectorization factor limitation in
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All,
I have a requirement to 'originate' a number of calls to various external
users from within a conference room, so that the end users does not pay for
the call.
I know that within Astman I can define an extension and then originate the
call from that extension. Can I define a conference room (how would I
configure that on astman? What channel would it use?) and then generate a
2004 Apr 16
2
SoundPointR IP 300
Dear Group,
Does any one have experience using SoundPoint(r) IP 300?
I have one call center on Snom 200's I'm adding a second and was looking at
the SoundPoint, but needed some input.
Thanks
Shad Mortazavi
---------------------------------------------------
Nexus Technical Manager
n|m Nexus Management Inc
Sydney
-------------- next part --------------
An HTML attachment was
2005 Jun 17
2
Calculating the lenght of time in a call queue?
Dear All,
I'm running version 0.7.1 of Asterisk server for our global help desk.
We have put together a comprehensive reporting package for static's from
the CDR.
I'm not able to calculate the time a call is in the queue before it goes
to an agent?
I would appreciate help with working this out.
Warm Regards and Thanks
Shad Mortazavi
2004 Apr 08
3
Asterisk Server Crashing with New Application
Dear All,
I have been running a successful and very stable call center PBX based on
0.7.1 release. I need to be on this release because of a number of features
that I have complied from 3rd party patches, for the call center. I will not
be able to upgrade to release 1 until the patches catch up and I have done
the required testing.
The system was very stable until two days ago.
The changes made
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0.
$ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error:
2013 Jan 17
0
[LLVMdev] Migrate Project Build system to LLVM BitCode
Hi Ahmad,
If the Makefile contains only this command, then it is not worth spending time on GoldPlugin. If you are building a large project, then it will be simpler to use GoldPlugin.
The steps you are using seem right. You can possibly combine the last two steps (3&4) using only 1 clang command.
clang -g -O2 -o .libs/mergedexe .libs/mergedbc.bc -pthread -Wl,--export-dynamic
2006 Apr 11
2
Automatic 3 Way Call
Dear Group,
I'm working on a call recording solution and would like to have the ability to initiate a 3 way call based on an incoming call.
One party will be an AGI that I have other will be an outbound call via a second T1 interface.
Does anyone have a working configuration for an Asterisk initiated 3 way call?
Thanks and Regards
Shad Mortazavi
2015 May 06
2
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
> For the time being, if you can get away with heuristics, and that fills your
> allocated time for this task, that it's the best way forward for now.
Sorry that I could not get what exactly you mean with "heuristics".
Is it the "intrinsics approach" itself or something else?
BTW, now my plan is to just add the two intrinsics for 'absolute difference'
and
2004 May 31
1
Asterisk and SER Setup Questions.
Dear All,
I have the following setup.
Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet)
|
Local US Help Desk (Snom 200')
This setup works well. I can pass calls from over the internet to the
Asterisk PBX via SER using X-Ten Lit.
I have a couple of questions;
1. How do I
2015 May 04
2
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
Hi Asghar-Ahmed,
I saw your last ping - sorry, I'm away on vacation and back on Wednesday.
Generally, I'm not sure that having both absd/hadd and sad are compatible
with the discussions going on in other threads, for example my thread about
min and max.
Given that those two intrinsics are fairly trivial to match , I don't see
the need to have two different canonical forms.
James
On
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
Hi Ahmad,
Yes, merging works good.
However, my problem is like this - I have a C library which consists of
1000's of functions spread through various files. The functions do not have
dependency amoung each other. I want to link only relavant files( files
which have functions called from my application). Since ar has a global
symbol table, I believe it should be faster to look for a symol in
2013 Jan 03
0
[LLVMdev] Opt error
Hi Ahmad,
On 03/01/13 16:26, Hassan, Ahmad wrote:
> Hi Team,
>
> I am migrating one of the Pass that was written for llvm2.2 or older to llvm3.1.
> The code snippet looks like the following:
>
> Constant *func;
>
> void add( Module *M) {
>
> func = M->getOrInsertFunction("func", Type::getVoidTy(M->getContext()), NULL);
this function has no
2015 May 06
2
[LLVMdev] [RFC][PATCH] Adding absd/hadd/sad intrinsics
Hi Renato,
That’s right. I agree with your *pattern vs complexity* thinking.
So I would drop llvm.sad() and go ahead with the remaining two.
Does it make sense in general?
Regards,
Shahid
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: Tuesday, May 05, 2015 8:40 PM
> To: Shahid, Asghar-ahmad
> Cc: James Molloy; llvmdev at
2018 Nov 12
2
Convert Register Names to String
Hi Tim,
Thanks for the nice answer. The code that you mentioned, seems to generate
the IR. You mean I should reuse the code to extract and output the register
names in a file. Next, I should postprocess the file in my own pass?
Regards.
On Mon, 12 Nov 2018 at 13:09, Tim Northover <t.p.northover at gmail.com> wrote:
> Hi Ahmad,
>
> On Sun, 11 Nov 2018 at 13:39, Ahmad Nouralizadeh
2003 Dec 29
1
Agent setup
Dear Group,
I have been successful in setting up the Agents, queues and getting agents
to log in.
Is there a way that I could configure the system so that the agent is called
back. i.e. the agent logs into the system, a call is destined for them and
their phone rings.
If some one has this setup I would be very interested in hearing from them.
Warm Regards and Thanks
---------------
Shad
2006 Aug 04
1
incorrect checksum for freed object?
I''m using ferret (0.9.4) in rails, but outside of the "acts_as_ferret"
plugin. Whenever I use a QueryFilter (even a very simple one), the server
will crash after one, two, or three reloads of a page (same page, same
query, same filter). It''s very non-deterministic and I can''t seem to
reproduce it outside of my application environment (I can''t get it