search for: betul

Displaying 20 results from an estimated 20 matches for "betul".

2015 May 13
2
[LLVMdev] IC profiling infrastructure
> Xinliang David Li <davidxl at google.com> writes: >>> From: <betulb at codeaurora.org> >>> Date: Tue, Apr 7, 2015 at 12:44 PM >>> Subject: [LLVMdev] IC profiling infrastructure >>> To: llvmdev at cs.uiuc.edu >>> >>> >>> >>> Hi All, >>> >>> We had sent out an RFC in October on indir...
2015 May 21
5
[LLVMdev] IC profiling infrastructure
Hi Betul, I've finally gotten around to going over this in detail - sorry for the delay, and thanks for working on this. I think that the general approach is a good one, and that this will end up working well. I have a couple of points on a high level, and I'll also send some review for the patche...
2015 Apr 29
4
[LLVMdev] IC profiling infrastructure
> From: <betulb at codeaurora.org> > Date: Tue, Apr 7, 2015 at 12:44 PM > Subject: [LLVMdev] IC profiling infrastructure > To: llvmdev at cs.uiuc.edu > > > > Hi All, > > We had sent out an RFC in October on indirect call target profiling. The > proposal was about profiling target...
2015 Jul 03
3
[LLVMdev] IC profiling infrastructure
...m, but remove the reserved kinds 2. In compiler-rt code, assert the kind to be icalltarget and remove the loop 3. Keep the indexed format (as is now) 4. Add assertion in profile use that icalltarget is the only expected kind. Justin, does this sound reasonable? David On Jul 2, 2015 1:10 PM, "Betul Buyukkurt" <betulb at codeaurora.org> wrote: > Any decision on below? Is everyone OK w/ removing the value_kind and > keeping > the raw profile writer and reader code to do exactly what we need it to do > today. Justin, if you agree, I'll make/upload the changes to right...
2015 Jun 30
3
[LLVMdev] IC profiling infrastructure
...for now. The downside would be that the same enum will get reintroduced once new value types are added in, and hence newer format updates to the indexed readers. If all are willing to accept the code in this way, I'll go ahead and take out the value_kind field. David, any objections? Thanks, -Betul >>> E. There is value in dealing with (3) as long as we're confident that > we >>> can get it right. If we're pretty confident that the value profile data structure we're encoding in the .profdata file is going to work >>> for multiple value profile...
2004 Dec 07
6
Voice mail problem
Hi all of you. I am trying to configure voice mail in asterisk and i am facing problems. I have found following warning message in /var/log/asterisk/messages -------------- No application 'Voicemail' for extension (macro-mainmenu, s, 5) I have configured voice mail accordingly in extention.conf [headoffice] -- ------------ ------------- exten => _63,1,Macro(mainmenu)
2005 May 11
1
Grandstream-Budge tone
...an not hear any voice and also my voice is not heart... I am able to hear voice only if I pressed the hold button and take the call again....This problem also Occurs in calls from x-lite to cisco7940... Does anybody has any idea or documentation about the problem above? Thanks in advance Betul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050511/c027c629/attachment-0003.htm
2015 Jun 16
2
[LLVMdev] IC profiling infrastructure
"Betul Buyukkurt" <betulb at codeaurora.org> writes: >> - We don't need to store the value profiling kind in the data at all. >> The frontend knows which invocations of the intrinsic are for each kind >> implicitly, much like it knows the difference between a counter f...
2005 May 31
2
handytone 486
Hi ; Have two handytone 486 and want to use them as digium TDM400 fxo-fxs card... I mean is it possible to direct pstn calls from astersik (extensions) to handytone line port directly and vice versa ?... Thanks in advance Betul Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ucuncu kisiler ile paylasilmasi m?mk?n olmayabilir. Mesaji alan kisi, mesajin g?nderilmek istendigi...
2014 Oct 25
4
[LLVMdev] Indirect call site profiling
...t implementation, which we plan to put it up for review. However, I’d like to inquire prior if there are any plans or ongoing work done in the community to enable indirect call target profiling support or not. Please inform if cfe-dev is a better candidate for posting PGO related emails. Thanks, -Betul Buyukkurt Employee of the Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
2015 Jun 22
4
[LLVMdev] IC profiling infrastructure
Justin, do you have more concerns on keeping value_kind? If there is still disagreement, can we agree to move on with it for now ? After the initial version of the patches checked in, we can do more serious testings with large apps and revisit this if there are problems discovered. thanks, David On Mon, Jun 15, 2015 at 10:47 PM, Xinliang David Li <davidxl at google.com> wrote:
2004 Jun 29
5
nat problem
hello, i have trouble with nat + sip outgoing call.when make an outgoing call to a sip gateway, i have no sound. i have 2 sip gateway, one is asterisk. asterisk is on public ip and private ip other sip gateway is on public ip phone are cisco and grandstream on private ip on the same subnet as asterisk. phone are connected by sip to asterisk (i have try with or without nat=yes) incoming call
2005 May 11
0
[SPAM] - RE: Grandstream-Budge tone - Email found in subject
...an not hear any voice and also my voice is not heart... I am able to hear voice only if I pressed the hold button and take the call again....This problem also Occurs in calls from x-lite to cisco7940... Does anybody has any idea or documentation about the problem above? Thanks in advance Betul Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ucuncu kisiler ile paylasilmasi m?mk?n olmayabilir. Mesaji alan kisi, mesajin g?nderilmek istendigi...
2014 Nov 03
2
[LLVMdev] Indirect call site profiling
> On 10/24/2014 05:26 PM, betulb at codeaurora.org wrote: >> Hi All, >> >> We've been working on enhancing LLVM's instrumentation based profiling >> by >> adding indirect call target profiling support. Our goal is to add >> instrumentation around indirect call sites, so that we may trac...
2015 Jun 16
3
[LLVMdev] IC profiling infrastructure
Xinliang David Li <davidxl at google.com> writes: > On Mon, Jun 15, 2015 at 5:35 PM, Justin Bogner <mail at justinbogner.com> wrote: >> "Betul Buyukkurt" <betulb at codeaurora.org> writes: >>>> - We don't need to store the value profiling kind in the data at all. >>>> The frontend knows which invocations of the intrinsic are for each kind >>>> implicitly, much like it knows the differ...
2015 Jun 29
3
[LLVMdev] IC profiling infrastructure
...ty confident that the value profile > data structure we're encoding in the .profdata file is going to work > for multiple value profile kinds, then it makes sense to allow > multiple of them and encode which kinds they are. David, is > "InstrProfValueRecord" in Betul's current patches going to work to > record the other types of value profiling information you're planning > on looking at? The raw profile format is certainly good for other kinds. InstrProfValueRecord is mostly there (for instance overloading the Name field for other purpose,...
2015 Apr 17
3
[LLVMdev] RFC: Indirect Call Promotion LLVM Pass
...ments the indirect call profile infrastructure http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084271.html Your feedback and comments will be highly appreciated. Thanks, Ivan ============================================================================RFC: Indirect Call Promotion LLVM Pass Betul Buyukkurt and Ivan Baev 1. Introduction Indirect call promotion (ICP) replaces an indirect call instruction to a set of target addresses with a sequence of tests guarding direct calls to selected targets, plus a fall through branch containing the original indirect call. The ICP optimization is fou...
2007 Sep 06
1
smooth functions
Hi , I am trying to get the estimate of smooth functions from a gam model by in the library(gam). What I get by constructing this model below are " edf. values ...and p-values" for the smooths functions and intercept. model <- gam(y~ s(height)+ s(weight)+s(time)+s(pol)) and I also get the smoothing parameters estimation by typing coef(model). The difficulty I am having
2005 Jun 06
0
[SPAM] - what hardware components do i need? - Email found in subject
You'll need one of the Digium Cards to make/receive pstn call...Chose the best one fits to you... To make calls over ip, voip phone is also needed such as grandstream, cisco, etc. or you can download x-lite from xten.com And use it with your computer as a soft phone... _____ From: infra struct [mailto:infrastructt@yahoo.com] Sent: Monday, June 06, 2005 1:01 PM To:
2005 Jul 08
1
Two TDM04B
Hi; Can I use two TDM04B in one asterisk box with asterisk@home? Thank You Onemli not : Bu e-mail iletisi, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup, mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ucuncu kisiler ile paylasilmasi m?mk?n olmayabilir. Mesaji alan kisi, mesajin g?nderilmek istendigi kisi veya kurulus