search for: uday

Displaying 20 results from an estimated 38 matches for "uday".

Did you mean: day
2014 Dec 05
1
FW: samba 2.2.7a tech issue
________________________________ From: Uday Mhatre<mailto:uday_mhatre at hotmail.com> Sent: ?05-?12-?2014 12:58 To: Andrea Venturoli<mailto:ml at netfence.it> Subject: RE: [Samba] samba 2.2.7a tech issue Just wondering if these samba versions are backward compatible with fedora14 and other Linux distributions. Regards, Uday ___...
2019 Sep 02
2
AVX2 codegen - question reg. FMA generation
...t appears you need 'reassoc' on fmul/fadd: > https://godbolt.org/z/nuTzx2 Thanks very much, that was it. Either that or providing -enable-unsafe-fp-math to llc yielded FMAs. I didn't expect this since using FMAs here instead of mul/add appears to be safer (the reverse is unsafe). ~ Uday > > On Mon, Sep 2, 2019 at 2:20 PM Uday Kumar Reddy B via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hello, > > > > On the appended reasonably simple test case that has an fmul/fadd > > sequence on <8 x float> vector types, I don't...
2012 Feb 21
4
removing particular row from matrix
...,6,6,-999.99,5,9,-999.00),nrow=4) a<- [,1] [,2] [,3] [1,] 1 4 -999.99 [2,] 2 5 5.00 [3,] 3 6 9.00 [4,] 4 6 -999.00 expected answer [,1] [,2] [,3] [1,] 2 5 5.00 [2,] 3 6 9.00 I am new in R & I got stuck with this step. Uday -- View this message in context: http://r.789695.n4.nabble.com/removing-particular-row-from-matrix-tp4407401p4407401.html Sent from the R help mailing list archive at Nabble.com.
2020 Feb 08
2
Writing loop transformations on the right representation is more productive
...timizers. > > Cool. I’d really recommend you connect with some of the loop optimization > people working on MLIR to learn more about what they are doing, because it > is directly related to this and I’d love for there to be more communication. > > I’ve cc'd Nicolas Vasilache, Uday Bondhugula, and Albert Cohen as examples > that would be great to connect with. > You may have already seen my discussion with Uday on the mailing list. I would like to discuss approaches with all 3 of them, at latest at EuroLLVM (or contact be before that, e.g. on this mailing-list thread)....
2012 Feb 23
4
saving all data in r object
...) latitude [i] <- data[,6] longitude[i] <- data[,7] time[i] <- data[,8] temp[i ] <- data [,9] } save(latitude=latitude,longitude=longitude, time=time,temp=temp, file="data.RData") but it does not work. I am new in R and I got stuck here. Cheers Uday I am beginner in R and I got stuck here -- View this message in context: http://r.789695.n4.nabble.com/saving-all-data-in-r-object-tp4413092p4413092.html Sent from the R help mailing list archive at Nabble.com.
2012 Jul 19
3
R packages installation error in Ubuntu
...ion I am trying to install some packages and I get error message. even I tried install.packages("Rcmdr") but still I am unable to fix this problem. I would be very grateful if somebody can help me to fix this problem. install.packages("hdf5") Installing package(s) into ?/home/uday/R/x86_64-pc-linux-gnu-library/2.14? (as ?lib? is unspecified) trying URL 'http://cran.revolutionanalytics.com/src/contrib/hdf5_1.6.9.tar.gz' Content type 'application/x-gzip' length 50870 bytes (49 Kb) opened URL ================================================== downloaded 49 Kb *...
2012 Mar 07
4
add data from .RData file
I got two .RData file e.g data.2005.RData & data.2006.RData I would like to combine these two different data set and make single RData file. in both file there are some NULL files are also available and I would like to clear this NULL files also. $ : NULL $ : NULL $ : num [1:43285, 1:8] -21.1 -21.1 -24.9 -24.9 -24.9 ... ..- attr(*, "dimnames")=List of 2 .. ..$ : NULL ..
2020 Feb 10
2
Writing loop transformations on the right representation is more productive
...I’d really recommend you connect with some of the loop >> optimization people working on MLIR to learn more about what they are >> doing, because it is directly related to this and I’d love for there to be >> more communication. >> >> I’ve cc'd Nicolas Vasilache, Uday Bondhugula, and Albert Cohen as >> examples that would be great to connect with. >> > > You may have already seen my discussion with Uday on the mailing list. I > would like to discuss approaches with all 3 of them, at latest at EuroLLVM > (or contact be before that, e.g. on...
2014 Dec 03
2
samba 2.2.7a tech issue
...not find any email except yours,hence mailing. A technical problem ,after installing samba package and samba-common 2.2.7a. Net command is not found with this installation. Can you forward this issue to the correct tech support ?I need a solution asap hence putting a mail.Kindly revert regards, Uday -- Sent via EmailTray, my personal email concierge. Get yours at http://www.emailtray.com
2012 Mar 28
4
reading files from two folders
I would like to read data from two different folder and then combine this together the code which I have tried are as follows setwd("/Groups/data_first/") file_was <- list.files(path = ".", pattern = "v2.0.2.was", all.files = FALSE, full.names = FALSE, recursive = FALSE, ignore.case = FALSE) path<-c("/Groups/data_second/") file_wasaux2
2020 Jan 30
2
Writing loop transformations on the right representation is more productive
Am Mo., 27. Jan. 2020 um 22:06 Uhr schrieb Uday Kumar Reddy Bondhugula < uday at polymagelabs.com>: > Hi Michael, > > Although the approach to use a higher order in-memory abstraction like the > loop tree will make it easier than what you have today, if you used MLIR > for this representation, you already get a round trippa...
2012 Jan 23
3
conversion of string
I new in R programming language. I have some time data time [1] "2005-01-03 05:11:39 UTC" "2005-01-03 06:36:02 UTC" "2005-01-03 06:36:55 UTC" [4] "2005-01-03 06:37:00 UTC" "2005-01-03 06:38:04 UTC" "2005-01-03 06:38:04 UTC" [7] "2005-01-03 06:38:04 UTC" "2005-01-03 06:38:04 UTC" "2005-01-03 06:38:05
2012 Apr 04
3
spaghetti plots in R
I would like to plat some spaghetti plots from my data , ma data is as follows ak[1:3,] [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [1,] 0.3211745 0.4132568 0.5649930 0.6920562 0.7760113 0.8118568 0.8609301 0.9088819 0.9326736 [2,] 0.3159234 0.4071270 0.5579212 0.6844584 0.7684690 0.8243702 0.8677043 0.8931288 0.9261926 [3,] 0.3075260 0.3993699
2012 Feb 17
1
Plotting issue
...o plot data according to my observations taken ( its in month) but when I run my codes it plots same file from2005:2008 but it suppose to plot 48 different files for different months. I got stuck here, I am quit new in R. it would be very nice it somebody can tell me how to fix this problem. Uday -- View this message in context: http://r.789695.n4.nabble.com/Plotting-issue-tp4396832p4396832.html Sent from the R help mailing list archive at Nabble.com.
2020 Feb 06
2
Writing loop transformations on the right representation is more productive
Am Mi., 5. Feb. 2020 um 18:13 Uhr schrieb Chris Lattner <clattner at nondot.org>: > If I understand your claims, you are claiming both that red/green trees are essential for a loop optimizer, and that this essential nature “justifies” the cost of reinventing an entire compiler infrastructure is lower than the benefit of using (e.g.) MLIR to do this. I haven’t seen evidence of either
2003 Jun 05
1
ppmtolss16, Permature EOF!
...ollowing message. $ ~archives/syslinux-2.04/ppmtolss16 < ipm-white.pnm > ipm-white.lss './ppmtolss16: Premature EOF at (9,53) of (131,62)' I converted the image from png to pnm using pngtopnm which came from netpbm-progs-9.24-6. Please help me to solve the problem. TIA. bye. uday. -- Reply To : perl -e 'print pack "H*","756b5f6369407961686f6f2e636f6d";' OR to the above 'From' Address
2012 Apr 18
1
interpolation issue
...66.7337287, 49.0140828, 23.3535195 , 0.6609724) I have tried approx function approx(pres, sci.pre) Error in xy.coords(x, y) : 'x' and 'y' lengths differ I am looking for interpolated output with 1 x 19 demotions . does somebody knows how to deal with this issue ? Thanks Uday -- View this message in context: http://r.789695.n4.nabble.com/interpolation-issue-tp4567362p4567362.html Sent from the R help mailing list archive at Nabble.com.
2020 Feb 03
5
Writing loop transformations on the right representation is more productive
Am Do., 30. Jan. 2020 um 04:40 Uhr schrieb Uday Kumar Reddy Bondhugula <uday at polymagelabs.com>: > There are multiple ways regions in MLIR can be viewed, but the more relevant point here is you do have a loop tree structure native in the IR with MLIR. Regions in MLIR didn't evolve from modeling inlined calls - the affine.for/affin...
2013 Mar 18
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
Please find the .ll attached below . Yes, I am using the cuda_runtime.h from the toolkit. nbody.kernel.ll <http://llvm.1065342.n5.nabble.com/file/n56048/nbody.kernel.ll> - Uday -- View this message in context: http://llvm.1065342.n5.nabble.com/UNREACHABLE-executed-error-while-trying-to-generate-PTX-tp56026p56048.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2019 Sep 02
3
AVX2 codegen - question reg. FMA generation
Hello, On the appended reasonably simple test case that has an fmul/fadd sequence on <8 x float> vector types, I don't see the x86-64 code generator (with cpu set to haswell or later types) turning it into an AVX2 FMA instructions. Here's the snippet in the output it generates: $ llc -O3 -mcpu=skylake --------------------- .LBB0_2: # =>This Inner