search for: incubator

Displaying 20 results from an estimated 97 matches for "incubator".

2012 Nov 24
3
Help!!!!!
Dear R users. I am little lost and i need your help. I have such data. DATE i Symptomes t 1 2009-04-24 Mexique 0 14358 2 2009-04-24 usa 0 14358 3 2009-04-26 Mexique 18 14360 4 2009-04-26 usa 100 14360 5 2009-04-27 Canada 6 14361 6 2009-04-27
2008 Aug 21
3
mean for vector with NA
I am trying to find the mean for the elements in the vector Incubation=as.POSIXlt(OnsetTime)-as.POSIXlt(MealTime) where OnsetTime=c(NA,"1940-04-19 00:30","1940-04-19 00:30","1940-04-19 00:30",NA,"1940-04-18 22:30","1940-04-18 22:30","1940-04-19 02:00","1940-04-19 01:00","1940-04-18
2020 Jun 24
3
[Incubation] Request to incubate mlir-npcomp
.... > > If the goal of incubation is to eventually become part of the > llvm-project monorepo, I feel that being inside the monorepo should be > a goal early on. Actually that would be a big problem in practice, because it means that either: 1. random changes in the monorepo can put the incubator into an unbuildable state 2. people changing the monorepo need to somehow build and test and fix incubator projects Currently, in npcomp, we have a monorepo hash that we bump periodically. That means that people can follow our README and build our project at any point by checking out the right mon...
2020 Jul 01
6
LLVM Incubator + new projects draft
This looks to be a reasonable starting point. A couple of nit picks, none are blockers. 1. I'd hold off on handing out the sub-domain for the moment. This feels more official than we probably want for a random incubator.  I reserve the right to change my mind here, but maybe we should delay this part until we see what actual incubators look like?  As an alternative, maybe have a common incubator.llvm.org page which links to the docs defining the process and lists all active incubators with link...
2020 Jun 23
8
[Incubation] Request to incubate mlir-npcomp
Per the recent (seeming) consensus regarding incubating new projects under the LLVM organization, I would like to trial the process by requesting to incubate mlir-npcomp <https://github.com/google/mlir-npcomp>. The project is still quite young and has been primarily developed part time by myself and Sean Silva over the last ~2 months. We set it up following discussion of a Numpy/Scipy op set
2020 Jul 02
3
LLVM Incubator + new projects draft
On Wed, Jul 1, 2020 at 11:12 PM Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I'm not sure I agree with the no-code standard. I agree with minimal code, but I think an incubator should be established enough to be discussed concretely (e.g. "what is" vs "ideals"). > > I hear what you’re saying, but I think we can handle this as part of the approval process. We can bounce of things that qualitatively don’t feel credible and give guidance there, but...
2007 Nov 01
2
F distribution from lme()?
Dear all, Using the data set and code below, I am interested in modelling how egg temperature (egg.temp) is related to energy expenditure (kjday) and clutch size (treat) in incubating birds using the lme-function. I wish to generate the F-distribution for my model, and have tried to do so using the anova()-function. However, in the resulting anova-table, the parameter kjday has gone from being
2020 Jun 30
2
[Incubation] Request to incubate mlir-npcomp
> On Jun 24, 2020, at 9:53 AM, Nicolai Hähnle via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Tue, Jun 23, 2020 at 2:40 PM Stella Laurenzo via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> We originally started it as a fork of the LLVM repository, but transitioned to the MLIR standalone template, and we found it more productive to iterate out of tree in
2020 Jul 04
9
Proposal for CIRCT incubator project
...cture enabling research and, eventually, the next generation of commercial tools. We have collected several dialects and envision a number of lowering flows using these dialects. We have reached the point where we are ready to share our ideas more widely and would like to be considered as an LLVM incubator project. Our code exists at https://github.com/circt as an out-of-tree MLIR project and our group charter can be found at https://github.com/circt/circt/blob/master/README.md. We have weekly discussions with a group of about 20 people from Xilinx, SiFive, Microsoft, PNNL, ETH Zurich, EPFL, Stanfo...
2020 Jun 20
17
[RFC] Introduce an LLVM "Incubator" Process
...critical mass with the “wrong” approach, it is very difficult and expensive to convert to the LLVM style, and from a social perspective, inertia sometimes leads to forking off to separate projects instead of folding back in to LLVM. A former colleague recently suggested the idea of introducing an incubator process of some sort (e.g. xref the Apache version of this idea <https://incubator.apache.org/>). I think this is a really interesting idea, and it is much easier now that the majority of the “official” code is in the LLVM monorepo. Here is a sketch of how this could work: - We maintain t...
2020 Jun 30
2
LLVM Incubator + new projects draft
Hah, whoops, sorry about that. This is the correct link: https://docs.google.com/document/d/1ss4jGHywL0Y2KW_l4LqTo5CgJxx3i0_4-FkbXiPQMus/edit <https://docs.google.com/document/d/1ss4jGHywL0Y2KW_l4LqTo5CgJxx3i0_4-FkbXiPQMus/edit> -Chris > On Jun 30, 2020, at 1:41 PM, Thomas Lively <tlively at google.com> wrote: > > Hi Chris, > > I'm also seeing an access denied
2020 Jun 30
4
LLVM Incubator + new projects draft
The idea of adding an “incubation” stage to projects in the LLVM world seems to be positively received. I also noticed that we don’t really document the new project policy in general in the LLVM Developer Policy. To help with both of these Stella and I worked together to draft up a new section for the LLVM developer policy (incorporating the existing “New Targets” section). Ahead of proposing a
2020 Jul 01
4
RFC: Adding a staging branch (temporarily) to facilitate upstreaming
...aging approach, but am not opposed to an in tree branch either.  The main argument I see for the separate repo is that the bar can be lower because the consequences for being "wrong" about the code being fully merged quickly are lower. Or another thought, maybe we should even use the incubator flow here?  Nothing says an incubator has to be long lived.  If we spun up an "incubator-staging-apple" repo, wouldn't that demonstrate the same benefits? Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/ll...
2020 Jul 08
2
[RFC] Proposal for CIRCT incubator project
...y mediates the resolution of the “should” concerns above. '[RFC]' indicated in the subject line. I assume that this doesn't yet qualify as a contentious decision. :) Steve On Tue, Jul 7, 2020 at 10:33 AM Chris Lattner <clattner at nondot.org> wrote: > Thanks Steve! The incubator process just landed, it would be great to > outline how CIRCT aligns with the new guidelines set out in that document. > As you know, I’m personally very much in favor of this project landing, but > am also have a conflict of interest, so I’d like to know what other > community members...
2012 Dec 04
6
Help for a function
Hello all, I need a help. I am modeling a disease and a create a R function like that: Lambda<-function (x,date1,r,h,a){ ndate1 <- as.Date(date1, "%d/%m/%Y") t1 <- as.numeric(ndate1) x[order(x$i),] t <-x[,"t"] i <-x[,"i"] CONTAGIEUX <-x[,"CONTAGIEUX"] while ( t1 < min(t) ){ for (i in 1:length(i) ){ {for (j in
2008 Jun 25
1
data frame manipulation - splitting monitoring interval and assigning stage
Hello, everyone. I'm hoping to prevent myself from doing a lot of pointing and clicking in Excel. I have a dataframe of bird nest check observations, in which I know the date of the first check, the date of the second check (both currently in Julian date format), the status of the nest at the second check (alive or failed), and the date that the nest hatched (i.e. changed from Incubation
2019 Aug 30
1
Sieve Header question.
...s" "${GHuser}"; } if header :matches "List-ID" "(.*/.*) <(.*)>" { set "mailbox" "github-lists/${1}"; } fileinto :flags "${MyFlags}" :create "${mailbox}"; stop; } I'm trying to match the apache-incubator-superset part of: List-ID: apache/incubator-superset <incubator-superset.apache.github.com> What am I missing? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 ---...
2013 Feb 08
0
[Vote] Formal vote for Mirage to be accepted as Xen.org Incubation Project (deadliner Feb 15th)
Hi everybody, after the initial positive community review of the http://wiki.xen.org/wiki/Mirage_Incubation_Project_Proposal, it is time to have a formal vote. Who can vote? - Project leads of Mature Xen.org projects - Committers of Mature Xen.org projects - Others can register their vote in support of the project, but the vote is not binding. How to vote? - Vote via the voting form at
2013 Jan 11
2
[Community Review] Mirage Incubation Project Proposal
Hi everybody, this e-mail is to let you know that the OpenMirage project is seeking to become a Xen.org hosted project. The prospective project lead of the Mirage Project - Anil Madhavapeddy - has requested a Review of the Mirage Project to become an Xen.org Incubation project. In line with Xen Project Governance (see http://www.xen.org/projects/governance.html), in particular sections -
2020 Jul 08
2
Proposal for CIRCT incubator project
...cture enabling research and, eventually, the next generation of commercial tools. We have collected several dialects and envision a number of lowering flows using these dialects. We have reached the point where we are ready to share our ideas more widely and would like to be considered as an LLVM incubator project. >> Our code exists at https://github.com/circt as an out-of-tree MLIR project and our group charter can be found at https://github.com/circt/circt/blob/master/README.md. We have weekly discussions with a group of about 20 people from Xilinx, SiFive, Microsoft, PNNL, ETH Zurich, EPF...