search for: sri

Displaying 20 results from an estimated 400 matches for "sri".

Did you mean: src
2008 Aug 27
3
Calculating total observations based on combinations of variable values
...problem. I've searched the help guides and the archives and have not been able to find a solution that works. I have a data frame with thousands of observations that looks something like this: YEAR MONTH DAY COUNTRY REGION PROVINCE CITY 1994 1 22 Sri Lanka South Asia Northern (Province) Pungudutivu 1994 1 25 Sri Lanka South Asia Central (Province) Kandy 1994 2 26 Sri Lanka South Asia Central (Province) Kandy 1994 2 28 Sri Lanka South Asia Eastern (Province)...
2014 Apr 17
2
[LLVMdev] Importance of VMKit JIT function cache
...d in to cache. Could you please more elaborate on how those machine instructions ( native functions) executing by llvm. I was trying trace and I couldn't able to find out which component is taking those native functions and execute them once its compiled. Thank you for your help. Regards Sri. On 04/17/2014 08:05 PM, Gaël Thomas wrote: > > Hi Sri, > > I think that I don't understand your question :) We have a cache.of > compiled functions (native functions) and uses it to execute the Java > code in the JIT. And, we do not keep the llvm representation of Java &gt...
2014 Apr 26
2
[LLVMdev] Drop the machine code while executing
...'s a good point.  But it's worth noting that recompileAndRelinkFunction() and freeMachineCodeForFunction() are both vestiges of the old JIT (i.e. the "JIT" as opposed to the "MCJIT").  The old JIT is no longer actively supported. -Phil On April 26, 2014 at 9:47:05 AM, Sri (emdcdeveloper at gmail.com) wrote: Hi Fillip                  Addition to my previous mail, llvm has recompileAndRelinkFunction function , so, once we modified the llvm function, and  pass IR to recompileAndRelinkFunction , I hope it should be compiled and linked with previous one. Thanks Regar...
2014 Apr 16
3
[LLVMdev] Importance of VMKit JIT function cache
...is compiled , it will be stored in to function cache. My question is , who will use this compiled information from function cache. Since we are jitting , the llvm translate source code in to native code and executing them . So, how we relates this function cache with JIT ? Thanks Regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140416/8fcb5dec/attachment.html>
2012 Aug 20
3
samba 3.0.14a works with ldapsam backend but not 3.5.10-125.el6
...directory: '/home2/qchang' [2012/08/16 12:47:40.614903, 3] smbd/service.c:1070(make_connection_snum) ws62203 connect to service IPC$ initially as user qchang (uid=20117, gid=201) (pid 6951) ===== pdbedit -L has different output: ===== 3.0.14a ===== Trying to load: ldapsam:ldap://ipa1.sri.utoronto.ca Attempting to find an passdb backend to match ldapsam:ldap://ipa1.sri.utoronto.ca (ldapsam) Found pdb backend ldapsam Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=OCTANE))] smbldap_open_connection: connection opened ldap_connect_system: succesful connection to the LDAP...
2014 Apr 26
2
[LLVMdev] Drop the machine code while executing
...ut , still I am getting previous function signature and not newest one. Could you please explain , why we can not use this freeMachineCodeForFunction for this purpose. If not, how we can hook some instruction in emitted machine code that will call back to our code in llvm. Thanks With regards Sri. On 04/26/2014 05:39 AM, Filip Pizlo wrote: > This isn't currently supported directly. It depends on what you're > doing, which JIT you're using, how you use modules, and to what extent > you're relying on LLVM to do linking for you. > > You can't safely drop a...
2007 Oct 15
0
MFC/R2 protocol varient - sri lanka/Nortel DMS 100
Hi All, We successfully installed MFC/R2, chan_unicall.so with asterisk ver 1.2.6. asterisk is loading properly and we can see US show channels working fine. We are using digium Te120P card. Now we are trying to setup E1 link with Nortel DMS 100, which is resides at one of telco provider in Sri Lanka. But we don't know what is the exact protocol varient to use. Is anyone help us out on this reagard. How do we know the exact details of the protocol varient we have to use?. Thanks & Regards, Vidura Senadeera, Senior solutions Specialist, Debug Solutions Sri Lanka. Tel - +941145200...
2014 Apr 25
4
[LLVMdev] Drop the machine code while executing
...op the machine code once it has been generated for particular function while program executing. For example some *void test(int)* function has been executed on native machine , I want to drop the code before I start execute some other function in my long running program. Thanks. With regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140425/d701406e/attachment.html>
2012 Aug 13
5
How can I get the Ids with Duplicated key and corresponding Ids with original key?
In this following example Id 4 is duplicated with Id 1. Like this I want both Ids (Duplicated and Duplicated with). Can anyone help? df <- data.frame( "Publication" = c(1, 2, 3, 1, 4, 5, 2, 3), "Reference" = c("a", "b", "c", "a", "d", "e", "b", "c"), "Id"= c(1, 2, 3, 4,
2011 Apr 26
1
ACPI: Unable to find RSDP problem with centos 5.5 but not 5.3
...- 0000000020000000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 510MB LOWMEM available. ================================ Not sure this is why ACPI's root table is not able to find. Any comment/suggestion/pointers are really needed/appreciated. /Sri On Tue, Apr 26, 2011 at 7:14 PM, sri <bskmohan at gmail.com> wrote: > Hi Group, > > I was using centos 5.3 and trying to upgrade to 5.5. While installing 5.5 > it was showing ACPI related errors on the screen causing the installation > could not able to find PCI devices. >...
2008 Oct 30
1
Hello, and sry for this posting in advance...
I'm now a supermaintainer for Windchaser, and here's my very stupid problem. Why I don't find it by typing "windchaser" in the AppDB search? The keyword "windchaser" is in the form. I find it with the search of "browse apps" but not with the search of "Search the AppDB". and here's the app
2016 Apr 20
0
Data reshaping with conditions
Hi sri, As your problem involves a few logical steps, I found it easier to approach it in a stepwise way. Perhaps there are more elegant ways to accomplish this. svdat<-read.table(text="Count id name type 117 335 sally A 19 335 sally A 167 335 sally B 18 340 susan A 56 340 susan A 22 340 susan B...
2015 Oct 26
2
How to pass march flag to GCC Assembler arch64-linux-gnu-as
...s ../../third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx64.S:31: Error: selected processor does not support `pmull v0.1q,v20.1d,v20.1d' Manually running /usr/bin/aarch64-linux-gnu-as -march=armv8-a+crypto -I gen -I ../include -o MyFile.o MyFile.s works fine without any errors -Sri On Mon, Oct 26, 2015 at 12:05 PM, Tim Northover <t.p.northover at gmail.com> wrote: > On 26 October 2015 at 09:52, Sri via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > > I am passing "-march=armv8-a+crypto" to clang command but how do i > promote > &gt...
2014 Apr 07
2
[LLVMdev] LVLM runtime optimization during LLVM Analysis Passes.
Hi Does current llvm support dynamic optimization level for generated llvm IR which means , is it possible to monitor some function's execution pattern during the runtime and apply different optimization level for particular function using LLVM Analysis Passes. Thanks Regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140407/9a399126/attachment.html>
2016 Apr 21
2
Data reshaping with conditions
...coming as logical rather than values as I mentioned in my post 2) The values that I get for Max A and Max B not correct 3) It looks like a pretty big data, but I just need to concatenate the values with a comma, the final output will be a character variable. Regards, Sri On Thu, Apr 21, 2016 at 4:52 AM, Jim Lemon <drjimlemon at gmail.com> wrote: > Hi sri, > As your problem involves a few logical steps, I found it easier to > approach it in a stepwise way. Perhaps there are more elegant ways to > accomplish this. > > svdat<-read.table(te...
2011 Feb 10
2
PAE kernel source code
Hi I want to use 2.6.18-194.el5-PAE kernel source code. Unable to find it over web. Appreciate any pointers for that. Thanks, Sri -- -- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110210/6e76d0a8/attachment-0001.html>
2014 Apr 06
2
[LLVMdev] Using StartJnjvmWithJIT from jnjvm.cpp in VMKit
...om jvjvm.cpp in VMKit? Becuase , I am looking to use without JIT when we are running the Java byte code. My concern is StartJnjvmWithJIT getting three argument *int argc, char** argv, char* mainClass* - why we need to pass *argv and mainclass* arguments here? please help me on this. Regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140406/51e599c3/attachment.html>
2012 Jan 19
3
Not generating line chart
Hi All, Can you please help me, why this code in not generating line chart? library(ggplot2) par(mfrow=c(1,3)) #qplot(TIME1, BASCHGA, data=Orange1, geom= c("point", "line"), colour= ACTTRT) unique(Orange1$REFID) -> refid for (i in refid) { Orange2 <- Orange1[i == Orange1$REFID, ] pdf('PGA.pdf') qplot(TIME1, BASCHGA, data=Orange2, geom= c("line"),
2016 Apr 20
2
Data reshaping with conditions
..."NA"))%>% mutate(count_type_A_higher = ifelse(Type=="B",(paste(unlist(count[Type=="A"]) > Max_of_count_B[Type=="B"], collapse = ",")), "NA")) I hope I make my point clear. Please bare with the code, as I am new to this. Regards, ?sri [[alternative HTML version deleted]]
2016 Apr 21
0
Data reshaping with conditions
Hi sri, I think that I see what you mean. Your statements: x = Count_A_less_than_max of (Count type B) y = Count_A_higher_than_max of (Count type B). I took to mean that you wanted a logical value for x and y. Looking more closely at your initial message, I see that you wanted _all_ values of A with res...