search for: ravi

Displaying 20 results from an estimated 985 matches for "ravi".

Did you mean: avi
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
...t - no improvement. Also tried removing the redundant GEP instructions, leaving just the loads. Here is a dump that shows the output after running the optimizer passes (this is from the passes in my program not opt -O3; this version does not use memcpy() either): %L_ci = getelementptr inbounds %ravi.lua_State* %L, i64 0, i32 6 %0 = load %ravi.CallInfo** %L_ci, align 8 %base = getelementptr inbounds %ravi.CallInfo* %0, i64 0, i32 4, i32 0 %1 = bitcast %ravi.CallInfo* %0 to %ravi.LClosure*** %2 = load %ravi.LClosure*** %1, align 8 %3 = load %ravi.LClosure** %2, align 8 %Proto = getel...
2015 Feb 22
2
[LLVMdev] Eliminating redundant loads
Hi, I am generating following code: %base = getelementptr inbounds %ravi.CallInfo* %6, i32 0, i32 4, i32 0 %7 = load %ravi.TValue** %base %8 = bitcast %ravi.TValue* %7 to i8* %9 = bitcast %ravi.TValue* %5 to i8* call void @llvm.memcpy.p0i8.p0i8.i32(i8* %8, i8* %9, i32 16, i32 8, i1 false) %10 = load %ravi.CallInfo** %L_ci %base1 = getelementptr inbounds %rav...
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
...> You have not installed the DataLayout in the Module, as I had pointed out > earlier. > Hi David, I reported earlier that I tried this but there was no improvement. Well I ran another test to be sure. The results are below. As you can see the loads are still present. ; ModuleID = 'ravi_module_ravif1' target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc-elf" %0 = type { %ravi.TValue*, i32*, i64 } .... %6 = load %ravi.TValue** %base %srcvalue = getelementptr inbounds %ravi.TValue* %5, i32 0, i32 0, i32 0...
2015 Feb 23
3
[LLVMdev] Eliminating redundant loads
...look in isolation. I am working on building a JIT compiler for Lua (actually a derivative of Lua). It is currently work in progress. The approach is to compile Lua bytecodes into LLVM IR. The IR generated from my code is here (after optimization I should add): https://github.com/dibyendumajumdar/ravi/blob/master/clang-output/lua_op_loadk_return_ravi.ll I am using the output from Clang as a guide to generating IR. So I write small snippets of code in C which are equivalent to Lua bytecodes - then use Clang to emit the IR. I use this to work out the IR I need to build. The C equivalent of the p...
2015 Feb 22
2
[LLVMdev] Eliminating redundant loads
On 22 February 2015 at 20:58, David Jones <djones at xtreme-eda.com> wrote: > Not sure if this is your problem, but it was mine: > > You must create (or obtain) a DataLayout *and install it into the Module*. > > It is possible to generate machine code for IR and not install the > DataLayout into the Module. Rather, the DataLayout is used locally at the > point where code
2019 Jun 12
1
Proper command for replace-brick on distribute–replicate?
On 12/06/19 1:38 PM, Alan Orth wrote: > Dear Ravi, > > Thanks for the confirmation?I replaced a brick in a volume last night > and by the morning I see that Gluster has replicated data there, > though I don't have any indication of its progress. The `gluster v > heal volume info` and `gluster v heal volume info split-brain` a...
2010 Sep 03
1
Help on Select.list
Hi R, I am using select.list names=c("Ravi", "Raj","Shubha","Nivriti") select.list(names) provides a drop down to choose one of the 4 names. However I would like to know if it is possible to create a classification something like this select.list(names) should give Boys Ravi Raj Girls...
2010 Jul 23
5
UseR! 2010 - my impressions
...a few words about a special person. This conference would not have been as great as it was without the tireless efforts of Kate Mullen. The great thing about Kate is that she did so much without ever hogging the limelight. Thank you, Kate and thank you NIST! I cannot wait for UseR!2011! Best, Ravi. ____________________________________________________________________ Ravi Varadhan, Ph.D. Assistant Professor, Division of Geriatric Medicine and Gerontology School of Medicine Johns Hopkins University Ph. (410) 502-2619 email: rvaradhan at jhmi.edu
2010 Mar 28
6
Coding of categorical variables for logistic regression?
...t;. My question: do I need to use a numerical coding scheme for the categorical variables as required by some statistical software packages, with some sort of numeric dummy-variable coding? I am using: glm(binvar~x+y+z, family=binomial(link="logit")) Thanks, Ravi Kulkarni -- View this message in context: http://n4.nabble.com/Coding-of-categorical-variables-for-logistic-regression-tp1694250p1694250.html Sent from the R help mailing list archive at Nabble.com.
2019 Jun 11
1
Proper command for replace-brick on distribute–replicate?
Dear list, In a recent discussion on this list Ravi suggested that the documentation for replace-brick? was out of date. For a distribute?replicate volume the documentation currently says that we need to kill the old brick's PID, create a temporary empty directory on the FUSE mount, check the xattrs, replace-brick with commit force. Is all this...
2004 Feb 23
1
Information required on mounting Windows shared folders on Unix s ystems
...b.conf file > ***********************************smb.conf******************************* > ***************** > # Global parameters > workgroup = MYGROUP > encrypt passwords = Yes > security = domain > hosts allow = localhost, xxx.xxx.xxx. > [MY_HOMEDIR] > path = /home1/ravi > writeable = true > user = ravi > read only = No > > ***********************************smb.conf******************************* > ******************* > Now I am able to access my Unix folder (/home1/ravi) on windows system, > using find computer and "Map network dri...
2008 May 07
6
help with the unique function
...? a b? c 1 1 2 10 2 2 3 20 3 3 4 30 I want to get the following data frame : ? a b? c??? Freq 1 1 2 10??? 2 2 2 3 20??? 2 3 3 4 30??? 1 That is, in addition to the unique rows, I want to get the frequency of repetion of each individual row. I will appreciate all the help that I can get. Thank You, Ravi
2019 Jun 06
2
Webpage to track implementation status of OpenMP features
Yes, I understand. I just don't understand why there are 15 review links. as to the format of the list, we previously had a list of feature for 4.5 (before it was fully supported), we can reuse this old format. Best regards, Alexey Bataev > 6 июня 2019 г., в 19:12, Narayanaswamy, Ravi <ravi.narayanaswamy at intel.com> написал(а): > > Alexey, > Johannes want to put all the features maintained in Kelvin's spreadsheet on the website and track it there. He is not looking for just features which have been worked on. > Thanks > Ravi > > -----Origin...
2005 Jun 29
10
TCP Snoop & wrapper shell script posted
Hi , I have posted DTrace script to snoop tcp traffic and also provided a wrapper script for it to filter out unwanted traffic. http://blogs.sun.com/roller/comments/raviswam/Weblog/tcp_snoop_using_dtrace Please let me know if you have any feedback/comments on this. Thanks Ravi
2017 Jun 06
2
Subject: glm and stepAIC selects too many effects
If AIC is giving you a model that is too large, then use BIC (log(n) as the penalty for adding a term in the model). This will yield a more parsimonious model. Now, if you ask me which is the better option, I have to refer you to the huge literature on model selection. Best, Ravi [[alternative HTML version deleted]]
2007 Jun 20
4
finding roots of multivariate equation
Hello, I want to find the roots of an equation in two variables. I am aware of the uniroot function, which can do this for a function with a single variable (as I understand it...) but cannot find a function that does this for an equation with more than one variable. I am looking for something implementing similar to a Newton-Raphson algorithm. Thanks. -- Bill Shipley North American Editor for
2002 Nov 26
2
Existence of non-vectorised functions
...incorect (please see the attached results). However, if I vectorized it using "ifelse" everything is fine (I created a function called "myI.1" to do this). I was wondering if there are functions in other packages, where such problems exist due to non-vectorization? thanks, Ravi. ####################################################### > require(CircStats) > I.1(1:10) [1] 0.5651591 1.5906369 3.9533702 9.7594643 24.3351955 [6] 61.3232698 155.7162813 396.4825232 1005.2747089 2517.6347571 > myI.1(1:10) [1] 0.5651591 1.5906369 3.9533702...
2012 Apr 19
4
Column(row)wise minimum and maximum
...t it would be useful to extend this to also include colMin, colMax (of course, rowMin and rowMax, as well) in order to facilitate faster computations for large vectors (compared to using apply). Has this been considered before? Please forgive me if this has already been discussed before. Thanks, Ravi Ravi Varadhan, Ph.D. Assistant Professor The Center on Aging and Health Division of Geriatric Medicine & Gerontology Johns Hopkins University rvaradhan@jhmi.edu<mailto:rvaradhan@jhmi.edu> 410-502-2619 [[alternative HTML version deleted]]
2005 Nov 21
4
Can't figure out warning message
..., 1) > 0, na.rm = T)) ans <- FALSE > I am unable to see why the condition should have a length greater than 1, since "any" should give me a single logical value. Can any one tell me what is going on here? (I am using version 2.1.1 on Windows). Thanks very much, Ravi. -------------------------------------------------------------------------- Ravi Varadhan, Ph.D. Assistant Professor, The Center on Aging and Health Division of Geriatric Medicine and Gerontology Johns Hopkins University Ph: (410) 502-2619 Fax: (410) 614-9625 Email: <mailto:rvaradh...
2005 Apr 20
3
Keeping factors with zero occurrences in "table" output
...his, however, does not work because there are some items which didn't receive some of the ranks, so "table" does not list that item. Is there a way to force it to list the item and give a "0" to it? Or, is there a simpler way to solve this problem? Thanks for any help, Ravi. -------------------------------------------------------------------------- Ravi Varadhan, Ph.D. Assistant Professor, The Center on Aging and Health Division of Geriatric Medicine and Gerontology Johns Hopkins University Ph: (410) 502-2619 Fax: (410) 614-9625 Email: <mailto:rvaradh...