Displaying 10 results from an estimated 10 matches for "l160".
Did you mean:
160
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
...ks is that you make a git branch `gh-pages` which
contains the generated HTML. They explain it better here
<https://help.github.com/articles/creating-project-pages-manually>.
You can see how uvbook does it by looking at their makefile
<https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
should be easy to reuse.
I think that you should do this so that it is easy for anyone to read
the book without leaving their browser. That will mean that more
people read it and contribute.
-- Sean Silva
On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote:...
2012 Dec 03
3
[LLVMdev] LLVM documentation work help
Sean,
The `.. code-block:: bash` is work. Thank your information.
Currently, I can put reStructuredText files on github. But, your example uvbook seems put the html and pdf on different github directory. Do you put html and pdf on github with version control?
Jonathan
On 2012/12/3, at 上午7:43, Sean Silva <silvas at purdue.edu> wrote:
> It looks like things are going well.
>
>
2012 Dec 04
5
[LLVMdev] LLVM documentation work help
...ks is that you make a git branch `gh-pages` which
contains the generated HTML. They explain it better here
<https://help.github.com/articles/creating-project-pages-manually>.
You can see how uvbook does it by looking at their makefile
<https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
should be easy to reuse.
I think that you should do this so that it is easy for anyone to read
the book without leaving their browser. That will mean that more
people read it and contribute.
-- Sean Silva
On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote:...
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...ero return value in rcont2 (src/appl/rcont.c) line 70:
x = exp(fact[iap - 1] + fact[ib] + fact[ic] +
fact[idp - 1] - fact[ie] - fact[nlmp - 1] -
fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]);
if (x >= dummy) {
goto L160;
}
sumprb = x;
y = x;
y is never checked for zero and later on
L150:
if (lsm) {
goto L155;
}
/* Decrement entry in row L, column M */
j = nll * (ii + nll);
if (j == 0) {...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...a git branch `gh-pages` which
> contains the generated HTML. They explain it better here
> <https://help.github.com/articles/creating-project-pages-manually>.
> You can see how uvbook does it by looking at their makefile
> <https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
> should be easy to reuse.
>
> I think that you should do this so that it is easy for anyone to read
> the book without leaving their browser. That will mean that more
> people read it and contribute.
>
> -- Sean Silva
>
> On Sun, Dec 2, 2012 at 11:03 PM, Jonathan...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...-pages` which
> contains the generated HTML. They explain it better here
> <https://help.github.com/articles/creating-project-pages-manually>.
> You can see how uvbook does it by looking at their makefile
> <https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
> should be easy to reuse.
>
> I think that you should do this so that it is easy for anyone to read
> the book without leaving their browser. That will mean that more
> people read it and contribute.
>
> -- Sean Silva
>
> On Sun, Dec 2,...
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody,
I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and
3.3, respectively. The following call seems to freeze the interpreter
on both systems:
> chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2),
simulate.p.value=TRUE)
By freeze, I mean, the function call never returns (running > 10 hours
so far), the process is unresponsive to SIGINT (but I
2012 Dec 04
1
[LLVMdev] LLVM documentation work help
...-pages` which
> contains the generated HTML. They explain it better here
> <https://help.github.com/articles/creating-project-pages-manually>.
> You can see how uvbook does it by looking at their makefile
> <https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
> should be easy to reuse.
>
> I think that you should do this so that it is easy for anyone to read
> the book without leaving their browser. That will mean that more
> people read it and contribute.
>
> -- Sean Silva
>
> On Sun, Dec 2,...
2012 Dec 04
2
[LLVMdev] LLVM documentation work help
...s is that you make a git branch `gh-pages` which
contains the generated HTML. They explain it better here
<https://help.github.com/articles/creating-project-pages-manually>.
You can see how uvbook does it by looking at their makefile
<https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It
should be easy to reuse.
I think that you should do this so that it is easy for anyone to read
the book without leaving their browser. That will mean that more
people read
it and contribute.
-- Sean Silva
On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrot...
2018 Dec 21
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
Curious. I removed -fno-experimental-isel and all of the tests *except*
control_tool.c passed. I would have expected all of them to pass if
blockaddress works.
I'll try to look at some asm and see what's going on.
-David
Jonas Hahnfeld <hahnjo at hahnjo.de> writes:
> Hi David,
>
> I was the one who originally added the flag to fix failures