search for: alok

Displaying 20 results from an estimated 202 matches for "alok".

2013 Sep 04
3
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface
...authors of the file as well. If you are thinking why do this now, off late we have seen quite a few changes that touched the "arch/x86/kernel/cpu/vmware.c" file but were not directed to me, someone else made me aware of those changes. It could be that my use of different SOB lines "Alok N Kataria" vs "Alok Kataria" confuses get_maintainer.pl, but adding this entry in MAINTAINERS should solve the problem at hand. For one of the changes [1], I did verify that get_maintainer.pl, now expectedly includes me in the cc list. Thanks, Alok [1] http://marc.info/?l=linux-ke...
2013 Sep 04
3
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface
...authors of the file as well. If you are thinking why do this now, off late we have seen quite a few changes that touched the "arch/x86/kernel/cpu/vmware.c" file but were not directed to me, someone else made me aware of those changes. It could be that my use of different SOB lines "Alok N Kataria" vs "Alok Kataria" confuses get_maintainer.pl, but adding this entry in MAINTAINERS should solve the problem at hand. For one of the changes [1], I did verify that get_maintainer.pl, now expectedly includes me in the cc list. Thanks, Alok [1] http://marc.info/?l=linux-ke...
2006 Oct 31
6
Asterisk web interface is not parsing the PHP pages
...) for web interface. After installing properly when opening in the webpage it is not parsing the index.php for the AMP. My Database is MySQL.and web server is Apache 2.2. Please let me know is this configuration problem or this is the problem with Apache (Apache 2.2) . Thanks and Regards Alok Mohapatra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061031/a99c73e2/attachment.htm
2019 Mar 28
1
[PATCH] MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE
Alok Kataria will be handing over VMware's maintainership of these interfaces to Thomas Hellstr?m, with pv-drivers as backup contact. Cc: Juergen Gross <jgross at suse.com> Cc: virtualization at lists.linux-foundation.org Cc: x86 at kernel.org Cc: tglx at linutronix.de Cc: mingo at redhat.com...
2011 Dec 05
1
[LLVMdev] bug in ARMFrameLowering.cpp:processFunctionBeforeCalleeSavedScan
Hi Alok, Echoing Anton's statements, please provide a testcase! :) Apart from that, looking at your patch and description I actually think that it is estimateRSStackSizeLimit that is wrong. It is performing a check for a Thumb2 addressing mode whether the target has a FP register. That's the mai...
2012 Jul 16
2
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
Hi Alok, On 16/07/12 12:41, #ALOK PRAKASH# wrote: > I have been using the Profile.pl and the related passes and > optimizations for about 4 years now. With every new release lately, the > support for the profile scripts and their framework seemed to be > downgrading. Hence, I used my own tiny...
2009 Dec 22
2
ACF normalization.
...rong. The normalization of the numerator (Ch) has been done by 'N' where as I would like to do it by 'N-k'. Is there anyway in the present implementation of ACF to normalize it by 'N-k', where 'N' is the total number of observations and 'k' is the lag. Best Alok [[alternative HTML version deleted]]
2019 Nov 29
4
DW_OP_implicit_pointer design/implementation in general
...re working (llvm/test/DebugInfo/dwarfdump-implicit_pointer_mem2reg.c). I feel that review of branch 1 (implicit pointer) can be resumed (which was halted due to current discussion), while we can continue to discuss branch 2 (explicit pointers D7083) if you want. David, what do you think? Regards, Alok On Fri, Nov 29, 2019 at 4:40 AM David Blaikie <dblaikie at gmail.com> wrote: > Sorry I haven't been more engaged with this thread, I have been reading > it, so hopefully my reply isn't completely out of line/irrelevant - but I > still feel like having a custom dwarf express...
2012 Jul 17
0
[LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM
...e how they differ from the existing tools. Profile.pl is understandably a very simple script, but it does make it easier to see some preliminary profile results and identity the hot portions of a program which are suitable for hardware acceleration. llvm-prof also helps in the same way. Cheers, Alok ________________________________________ From: Alastair Murray [alastairmurray42 at gmail.com] Sent: Monday, 16 July, 2012 9:47:54 PM To: #ALOK PRAKASH# Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] FYI: Planning to remove ProfileInfo and related passes from LLVM Hi Alok, On 16/07/12 12:41, #...
2019 Dec 18
4
DW_OP_implicit_pointer design/implementation in general
...dmit I'm clearly not paying enough attention to this feature to have a nuanced/fully informed opinion & so maybe I just need to step back from all of this - but given the addition of new intrinsics, it seems like there should be more clear design discussion) On Tue, Dec 10, 2019 at 9:06 PM Alok Sharma <aloksharma.knit at gmail.com> wrote: > Hi David, > > This is regarding missing multilevel handling in branch for explicit > pointers. > > > * does the proposed IR format support multiple layers of dereference > (eg: int ** where we know it ultimately points to...
2013 Jan 17
1
[PATCH] x86, Allow x2apic without IR on VMware platform.
Please consider this patch to allow x2apic without IR support when running on VMware platform. Tested on top of 3.8-rc3. Thanks, Alok -- Allow x2apic without IR on VMware platform. From: Alok N Kataria <akataria at vmware.com> This patch updates x2apic initializaition code to allow x2apic on VMware platform even without interrupt remapping support. The hypervisor_x2apic_available hook was added in x2apic initialization c...
2013 Jan 17
1
[PATCH] x86, Allow x2apic without IR on VMware platform.
Please consider this patch to allow x2apic without IR support when running on VMware platform. Tested on top of 3.8-rc3. Thanks, Alok -- Allow x2apic without IR on VMware platform. From: Alok N Kataria <akataria at vmware.com> This patch updates x2apic initializaition code to allow x2apic on VMware platform even without interrupt remapping support. The hypervisor_x2apic_available hook was added in x2apic initialization c...
2011 Dec 05
2
[LLVMdev] bug in ARMFrameLowering.cpp:processFunctionBeforeCalleeSavedScan
...available before BigStack is initialized. Does that sound reasonable? I've attached a patch with my change. Oh, I should mention that the previous version of LLVM we used, 2.6, didn't include the check to hasStackFrame() in estimateRSSStackSizeLimit and worked on the same input. Thanks, -alok. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111205/3c7aacd7/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ARMFrameLowering.patch Type: applicatio...
2020 Jan 01
2
DW_OP_implicit_pointer design/implementation in general
...Regarding addition of new intrinsic: it came up from the current discussion and would benefit us to identify when value of a variable is denoted or de-referenced valued of (pointer/reference) variable is denoted. It has gone through first set of review. Please let me know your thoughts. Regards, Alok On Wed, Dec 25, 2019 at 2:30 AM David Blaikie <dblaikie at gmail.com> wrote: > (sorry, I accidentally dropped everyone/and the list from the thread, > adding them back in here) > > OK, so we're on the same page, none of this has anything to do with > references specifical...
2011 Dec 05
0
[LLVMdev] bug in ARMFrameLowering.cpp:processFunctionBeforeCalleeSavedScan
Hello Alok, > I fixed this by performing the CanEliminateFrame and > RegInfo->cannotEliminateFrame checks before the call to > estimateRSSStackSizeLimit, since these values are available before BigStack > is initialized. Does that sound reasonable? I’ve attached a patch with my > change. Wi...
2012 Feb 29
1
How to simulate demographic (specifically, sub-group) data?
I am a relatively new R user and have recently built a multivariate dataset without the demographic information. Is there any package or code to simulate subgroup dataset (race, sex, age) using R? Any help would be appreciated. Thanks, Alok [[alternative HTML version deleted]]
2013 Sep 04
0
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface
On Wed, 2013-09-04 at 14:23 +0530, Alok Kataria wrote: > Hey, > > This change adds an entry to the maintainers file to explicitly state > that any changes to vmware.c should be sent to the authors of the file > as well. It never hurts to add MAINTAINER entries. > If you are thinking why do this now, off late we have...
2013 Jul 09
1
Sending carbon copy mails from R
...der, control=list(smtpServer="xyz.smtp.net")) In above code, cc doesn't work. b.mali@abc.com never receives any email. Also, recipients only see their email address in to field when they receive email. Is there a different and correct way to send carbon copy mails from R ? Alok Jadhav =============================================================================== Please access the attached hyperlink for an important el...{{dropped:8}}
2012 Feb 21
1
sqlite create new unique id
...reason i am not using INTEGER PRIMARY KEY is because i want to keep my key as TEXT datatype. This is because another table has same field for secondary id and both these keys appear in same table so i want to call them primary key (P1, P2 ) or secondary key (S1, S2 etc) . Thanks for your help, Alok -- View this message in context: http://r.789695.n4.nabble.com/sqlite-create-new-unique-id-tp4406114p4406114.html Sent from the R help mailing list archive at Nabble.com.
2019 Nov 28
2
DW_OP_implicit_pointer design/implementation in general
...ut looks like ------------- 0x0000007b: DW_TAG_inlined_subroutine DW_AT_abstract_origin (0x0000004f "_Z4sinkRKi") DW_AT_low_pc (0x00000000004004c6) DW_AT_high_pc (0x00000000004004d0) DW_AT_call_file ("/home/alok/openllvm/llvm-project_derefval/build.d/david.cc") DW_AT_call_line (10) DW_AT_call_column (0x03) 0x00000088: DW_TAG_formal_parameter DW_AT_location (indexed (0x0) loclist = 0x00000010: [0x000000...