search for: vit

Displaying 20 results from an estimated 89 matches for "vit".

Did you mean: it
2013 Aug 16
2
[LLVMdev] CreateOr no matching member error
For the following code: Type * type = IntegerType::getInt32Ty(getGlobalContext()); IRBuilder<> builder(BB); std::set<Value *> Vset; Value * Vresult=0; for(std::set<Value*>::iterator Vit=Vset.begin();Vit!=Vset.end();Vit++) { Vresult=builder.CreateOr(Vit, Vresult, "WaitOr"); } Vset is inserted in previous loop by 0 or 1 The error is error: no matching member function for call to 'CreateOr' Vresult=builder.CreateOr(Vit, Vresult,...
2011 Oct 13
2
boxplot
hello I want to make a boxplot with diferents rows and also include a column to sort into two groups to each of the other columns my  date set looks like this: 4        5        6        7        8        site 23    56        41      45    63         C 21    89        42      10   63        E 32    45        14      17    96        E 45    74        13      63    41        C    68    32   
2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
...ous for embedded software with custom bootloaders that is migrating to clang compilers. It is not (just) for LDD we should fix this, but also for compatibility with gcc, and because currently -fno-pic switch simply does not affect this part, making its undesired behaviour unconditionally enforced. Vit > 4 окт. 2017 г., в 19:28, Hal Finkel <hfinkel at anl.gov> написал(а): > > Hi, Vit, > > I'm not under the impression that ppc support in lld is anywhere near ready for use. I had it linking hello world on ppc64 some time ago, and it's not clear that ppc is even that...
2009 Nov 27
2
If condition using accessors
...mall"),data2$group = as.factor("large")) with "Error: unexpected '=' in "ifelse (data2$SIE < 50.64593, data2$group =" I tried all other kinds of variations and so far, nothing!! Is there a good way to do this that someone could teach me? Thank you so much, Vit?ria
2007 Oct 28
2
cluster::restart doesn''t wait for stop before starting
...ot;already started" warning. This happens intermittently. Sometimes it restarts fine. If I call stop/start manually, it works because I guess I''m leaving enough time in between for it to shut down. Any thoughts on this? capistrano 2.0.0 mongrel 1.0.1 mongrel_rails 1.0.2 --Andrew Vit
2004 Mar 26
1
lookup.xport in foreign ignoring some datasets (PR#6701)
..." "NO" "PAS" "PAT" "PATH" "PO" "PR" [31] "PS" "PV" "Q" "RA" "RE" "SA" "SL" The following datasets were not read by lookup.xport UR, URN, VIS, VIT, VO. The example of the SAS code used to builds the empty data from the non-empty data in "export.xpt". options nofmterr; proc options;run; libname x sasv5xpt "H:\projects\export.xpt"; libname y sasv5xpt "H:\projects\emptySasData3.xpt"; data ae; set x.ae(obs = 0); r...
2007 Sep 24
7
Parameter Matchers with optional params
...rs? I''m trying to match something like: .find( 42 ) || .find( 42, {:conditions=>nil,:includes=>nil} ) Or for that matter, 42 followed by nothing or anything... Halp? I''ve tried different nested combos with any_of/all_of/anything, but getting lost trying. --Andrew Vit
2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
...standing is correct, I can submit a patch that will replace bool UsePlt = !Local && Subtarget.isTargetELF() && !isPPC64; with bool UsePlt = !Local && Subtarget.isTargetELF() && !isPPC64 && DAG.getTarget().getRelocationModel() == Reloc::PIC_; Vit -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171004/a23f3dbd/attachment.sig>
2017 Mar 06
2
combineRepeatedFPDivisors design questions
...means they are not capable to determine whether there would only be 0 iterations or many more, however, the optimisation would still be applied (https://ghostbin.com/paste/ttnrz <https://ghostbin.com/paste/ttnrz>). Perhaps llvm could also be more permissive when it sees a loop? Best regards, Vit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170306/a51e8fe2/attachment.html>
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai, Dit you set : acl allow execute always = yes Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils > Wieseloh via samba > Verzonden: vrijdag 8 september 2017 9:43 > Aan: nils.wieseloh at vit.de > CC: samba at lists.samba.org; Brian Cowan; samba > Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and Java > Applications on a samba share > > Hello everyone, > > so no one has any idea what causes this problem? :-( > > Nils > > > Von: Nils Wie...
2008 Apr 02
0
Using file to handle a direcoty, recurse question.
...applications | `-- labview82.desktop |-- applnk | `-- Applications | `-- LabVIEW.kdelnk |-- config | `-- kdeglobals |-- icons | |-- labview-3d-big.xpm | |-- labview-3d.xpm | |-- labview-ctl.xpm | |-- labview-ctt.xpm | |-- labview-llb.xpm | |-- labview-vi.xpm | |-- labview-vit.xpm | |-- labview.xpm | `-- mini | `-- labview-3d.xpm |-- mime-info | |-- labview.keys | `-- labview.mime |-- mimelnk | `-- application | |-- x-labview-ctl.kdelnk | |-- x-labview-ctt.kdelnk | |-- x-labview-llb.kdelnk | |-- x-labview-vi.kdelnk | `-- x-la...
2011 Mar 22
3
Rails 3.0.6 ETA?
Hello, Is there some Rails 3.0.6 ETA? I am asking because there are some security holes in Rails 3.0.3, which are currently available in Fedora 15. So is it right time to update Rails to 3.0.5 or is it worth of waiting for 3.0.6? Vit -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options...
2003 Oct 15
4
indications.conf
Hi, I?m trying to make * work with Brazilian analog signalling.. I?m using the following in indications.conf file... [br] description = Brasil ringcadence = 1000,4000 dial = 425 busy = 425/250,0/250 ring = 425/1000,0/4000 callwaiting = 425/60,0/250,425/60,0/5000 I changed zaptel.conf to loadzone=br #loadzone=fr #loadzone=de #loadzone=uk #loadzone=fi #loadzone=jp #loadzone=sp #loadzone=no
2007 Oct 27
2
Current value of object.method in helper
Hi, I am currently working to generate selection from my validation table where code and description pairs are stored. This works fine except when the current value is not exist in validation table. There are some old data which contains values that are no longer used and not in my validation table. I do not want to add old values in my validation table; however, I would like to display these
2014 Nov 23
4
Yum installed perl on CentOS 5.11 64 bit
...rl.i386 4:5.8.8-43.el5_11 as yum is suggesting, or has something got mixed up on the system? yum install perl Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: repo.bigstepcloud.com * epel: mirror.bytemark.co.uk * extras: mirrors.vooservers.com * rpmforge: mirror.vit.com.tr * updates: anorien.csc.warwick.ac.uk Setting up Install Process Package 4:perl-5.8.8-43.el5_11.x86_64 already installed and latest version Resolving Dependencies - --> Running transaction check - ---> Package perl.i386 4:5.8.8-43.el5_11 set to be updated - --> Finished Dependency R...
2018 Feb 25
1
Memory sanitizer porting
..., so I think it will be fine to upstream a similar option, which I guess, could also be used for debugging, and may be helpful to other people prototyping their runtimes. 2. Thank you for this clarification. It makes good sense now. 3. That’s what I supposed to be the case, thanks. Best regards, Vit > 23 февр. 2018 г., в 2:50, Evgenii Stepanov <eugeni.stepanov at gmail.com> написал(а): > > Hi, > > 1. This patch adds an internal (-mllvm) option, which is basically > meant for debugging. If your custom platform has a target triple, you > could submit changes to llvm...
2018 Mar 29
0
Compilation issues
I’ll fix the bogus `std::move`. That being said, how up to date is your checkout of clang-tools-extra? > On Mar 29, 2018, at 00:31, vit9696 <vit9696 at avp.su> wrote: > > Hi, > > Thanks for a quick reply. I included the compilation log in the attachment for clarity. Just in case the compiler is the latest clang from Xcode 9.2. > > $ clang --version > Apple LLVM version 9.0.0 (clang-900.0.39.2) > Tar...
2018 Feb 22
2
Memory sanitizer porting
...e=memory in this case, and in fact asan runtime too? 3. Other than that, I see that memory sanitizer is currently implemented only for 64-bit platforms. While I am aware of the issues behind requiring a lot of memory to use msan, are there any other issues for not supporting 32-bit? Best regards, Vit -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180222/63573031/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-sign...
2018 Mar 29
4
Compilation issues
...pilation with clang? Str is const now (https://reviews.llvm.org/D43436#C985082NL45 <https://reviews.llvm.org/D43436#C985082NL45>), and later on a move constructor on const is performed (https://reviews.llvm.org/D43436#C985082NL64 <https://reviews.llvm.org/D43436#C985082NL64>). Thanks, Vitaly -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180329/be19d628/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-s...
2013 Mar 18
1
[LLVMdev] LLVM pass for vector init and loop
Hi, This is Ashwin studying M.Tech CSE I year in VIT University. would you please help me for creating this pass. 1. Write a pass (or a set of passes) that recognizes the vector init (initialization of a vector with a constant) • Example: for(i=0;i<5;i++) v[i]=42; • The pass should report: – Matched computation, operand, size etc...