search for: vivek

Displaying 20 results from an estimated 557 matches for "vivek".

2007 Apr 11
3
Fortran coding standards
...uld R coding standards to address such issues. I hope that eventually the Fortran code in R will use the modern features of Fortran 90 and later standards, using the gfortran compiler. However, with a little effort one can still write clean code in Fortran 77 that also conforms to later standards. Vivek Rao ____________________________________________________________________________________ Sucker-punch spam with award-winning protection.
2017 Mar 04
7
Why ISel Shifts operations can only be expanded for Value type vector ?
...but problem occurs when we know that it is shift with constant value than if we return ISD::MUL with constant imm operand than LLVM will convert it to SHL again because the constant will be power of 2. Thus it creates loop. So we may add target specific ISD node and lower it to mul instruction. --Vivek > Thanks. > > On Fri, Mar 3, 2017 at 12:21 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org > <javascript:_e(%7B%7D,'cvml','llvm-dev at lists.llvm.org');>> wrote: > >> Hello LLVM Devs, >> >> I am working on a target on whi...
2013 Oct 08
1
R function for Bisecting K-means algorithm
Hi All, Can someone please tell me* R function for Bisecting K-means algorithm*. I have used *kmeans() *function but not getting good results. Please help. -- Thanks and Regards, Vivek Kumar Singh Research Assistant, School of Computing, National University of Singapore Mobile:(0065) 82721535 [[alternative HTML version deleted]]
2016 May 18
2
[GSoC 2016] Introduction - "Enabling Polyhedral Optimizations in Julia"
Thank you Vivek, I posted an according patch on phabricator. I also took the liberty to change the design a little bit (based on the open projects page http://llvm.org/OpenProjects.html). But take it with a grain of salt, I'm no html expert :) Best regards, Matthias Am Dienstag, 10. Mai 2016 19:48:21 UTC+...
2010 Nov 19
1
winbind - wbinfo problem - SOLVED
...x ) works good other Windows AD servers. "#wbinfo -u" and "#wbinfo -g" returns the users and groups respectively. Thanks for your great help !!! what is the difference between "#net rpc" and "#net ads" ?..if you have time, give some explanation.. Regards, Vivek On Mon, Nov 15, 2010 at 6:56 PM, Vivekanandan Nataraj < viveknataraj at gmail.com> wrote: > Hi John, > > Thanks for your reply. > > # net ads testjoin > > [2010/11/15 06:40:27, 0] libads/sasl.c:819(ads_sasl_spnego_bind) > > kinit succeeded but ads_sasl_spnego_...
2005 Apr 12
8
removing characters from a string
Is there a simple way in R to remove all characters from a string other than those in a specified set? For example, I want to keep only the digits 0-9 in a string. In general, I have found the string handling abilities of R a bit limited. (Of course it's great for stats in general). Is there a good reference on this? Or should R programmers dump their output to a text file and use something
2018 Sep 07
2
An invalid directory pathname was passed
ubuntu at Ubunut:~$ sudo samba-tool dbcheck Checking 264 objects Checked 264 objects (0 errors) On Fri, Sep 7, 2018 at 2:33 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Fri, 7 Sep 2018 08:41:27 +0530 > Vivek Patil <vivek.patil at forgeahead.io> wrote: > > > Hi, > > > > No, I have nothing install or update anything on the server. I want to > > fixed it first. I also not able to see the domain users using > > samba-tool user list. I can see it using pdbedit -L. >...
2006 Jan 12
3
ActionMailer bug?
...ler working properly with a template and a model for creating the mail object etc. The whole thing works correctly if I use Webrick.but when I use it on Apache,i get the error which says "template missing".rails is unable to find the template for the mailer object.Hasanyone noticed this? Vivek PS:I am still not using the 1.0 version -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/e8dd16f4/attachment.html
2016 May 28
2
Updating RegMask inline
static void setXXX(MachineInstr &MI, ...) { for (MachineOperand &MO : MI.operands()) { if (MO.isRegMask()) MO.setRegMask(...); } } > On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de <mailto:matze at braunis.de>> wrote: > >> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm...
2014 Dec 27
14
[Bug 87771] New: X freezes after login
...roduct: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: vivek.asci at gmail.com QA Contact: xorg-team at lists.x.org Created attachment 111404 --> https://bugs.freedesktop.org/attachment.cgi?id=111404&action=edit Kernel messages from netconsole After login attempt the screen freezes completely and even the mouse doesn't move. On login...
2016 May 28
3
Updating RegMask inline
> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com <mailto:vivekvpandya at gmail.com>> wrote: > > > On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at app...
2010 May 05
2
custom metric for dist for use with hclust/kmeans
...nce matrices from non-standard metrics, e.g., KL-divergence (which is not really one), but metrics used often in information theory. I'm assuming kmeans just assumes the euclidean metric, but it would be nice to customize that as well. Is stuff out there, or would I have create my own? Thanks, Vivek
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
Hi Andrew, Yes samba process still running. I can access my domain users on client machine. I can add DNS record too using samba-tool. But I can not access it's UI on RSAT. -Vivek On Tuesday, September 4, 2018, Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2018-09-03 at 12:33 +0530, Vivek Patil via samba wrote: >> Hi All, >> >> I have live Samba AD DC running. Suddenly it stopped on RSAT. Both AD and >> DNS not accessible. Please...
2018 Sep 04
2
Samba AD and DNS stopped on RSAT
...is confusing you. Well., I did nothing change on the server. And the smb.conf file is shared here is only from server. Do you need any more file output here. On Tuesday, September 4, 2018, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Tue, 4 Sep 2018 00:21:19 +0530 > Vivek Patil <vivek.patil at forgeahead.io> wrote: > >> No, this is my server conf. Please suggest how I can fixed this. >> > > I think we may be talking at cross purposes here ;-) > > The smb.conf you posted is definitely from a Samba DC, but you then > said you tried...
2017 Mar 04
2
Why ISel Shifts operations can only be expanded for Value type vector ?
On Sat, Mar 4, 2017 at 1:19 PM, Bruce Hoult <bruce at hoult.org> wrote: > If your target does not have SHL then why don't you simply disable > converting MUL to SHL? > > MUL is converted to SHL by target independent passes when second operand is power of 2. -Vivek > > On Sat, Mar 4, 2017 at 8:22 AM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> >> On Saturday, March 4, 2017, Ryan Taylor <ryta1203 at gmail.com> wrote: >> >>> Why you can't still expand it through MUL with...
2016 May 28
0
Updating RegMask inline
On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote: > > On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 12:23 AM, vivek pandya <vivekvpandya at gmail.com> > wrote: > >> >> >> On Sat, May 28, 2016 at 12:21 AM, Mehdi Amini <mehdi.amini at apple.com> >&gt...
2018 Sep 07
2
An invalid directory pathname was passed
No, windows automatically update is also disable. I even cant join my widows client to my domain. It says username or password invalid. I have 3 domain admin users, all got the same error. It's really very complicated for me, it is my live AD. --Vivek P ________________________________ From: samba <samba-bounces at lists.samba.org> on behalf of Rowland Penny via samba <samba at lists.samba.org> Sent: Friday, September 7, 2018 7:00:20 PM To: samba at lists.samba.org Subject: Re: [Samba] An invalid directory pathname was passed On Fr...
2016 May 10
2
[GSoC 2016] Introduction - "Enabling Polyhedral Optimizations in Julia"
...llvm.org/svn/llvm-project/www/trunk/SummerOfCode/ then do required changes and send patch for review on Phabricator http://reviews.llvm.org, while sending patch please follow guidelines given at http://reviews.llvm.org. Add Tobias and GRoman as reviewers. Feel free to ask for any help! Sincerely, Vivek *Vivek Pandya* On Tue, May 10, 2016 at 8:51 PM, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > On 05/10/2016 04:25 PM, Matthias Reisinger wrote: > > > > > > Do you happen to have any plans on reporting your progress publicly? > > > > > &gt...
2016 May 28
0
Updating RegMask inline
...&MI, ...) { > for (MachineOperand &MO : MI.operands()) { > if (MO.isRegMask()) > MO.setRegMask(...); > } > } > > Ok this is what Mehdi Amini suggested. I will do that, but just to note this will add method to MO so this change is not completely contained in IPRA files. Vivek > On May 27, 2016, at 7:02 PM, vivek pandya via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > On Sat, May 28, 2016 at 7:29 AM, Matthias Braun <matze at braunis.de> wrote: > >> >> On May 27, 2016, at 6:55 PM, vivek pandya via llvm-dev < >...
2006 Mar 30
4
FreeBSD Samba Binary Package
...i, The Samba URL http://us3.samba.org/samba/ftp/Binary_Packages/ does not seem to have a FreeBSD binary package. I tried a web search but to no avail. I have searched the samba list archives and i could not find any pointers either. Any assistance would be most welcome Thanks in Advance, -- Vivek Varghese Cherian Free as in Freedom <www.gnu.org>