Displaying 12 results from an estimated 12 matches for "demonst".
Did you mean:
demons
2006 May 11
1
factors
Hi R-users,
I had a minor issue while demonstating R that I can't explain. I am hoping someone will have suggestions.
The only difference is a call to fix() in between that I made to ensure people were following me. However, that seems to have altered the way R code got executed.
I was wondeirng if people have any insights.
Arnab
# Wh...
2018 Feb 26
2
SPIRV-LLVM as an external tool
...ortable binary format without going to any other toolchains that just integrate Clang. This is also a reason why we keep maintaining Clang in all the toolchains. Hopefully, people will start improving LLVM for GPU targets upstream because they will be able to use SPIRV available directly in LLVM to demonstate their issues/improvements.
4. There is a plan for adding OpenCL C++ support that mandates generation of SPIRV. I started a thread on this last week: http://lists.llvm.org/pipermail/cfe-dev/2018-February/056972.html
So if for the goals (1) and (2) above, we could setup separate repository outsi...
2018 Feb 26
0
SPIRV-LLVM as an external tool
...ortable binary format without going to any other toolchains that just integrate Clang. This is also a reason why we keep maintaining Clang in all the toolchains. Hopefully, people will start improving LLVM for GPU targets upstream because they will be able to use SPIRV available directly in LLVM to demonstate their issues/improvements.
>
SPIR-V does not have to be a part of LLVM for you to do this. You can add
the SPIR-V target to clang and then define a SPIR-V toolchain (i.e. clang/Driver/Toolchains)
that uses the external tool to translate LLVM IR to SPIR-V.
-Tom
> 4. There is a plan for...
2004 Dec 03
3
libcom32 license and linking
Peter-
Can you please clarify the license of libcom32, from
the samples directory in syslinux? I am attempting to
create .c32 files that are not encumbered by the GPL,
but the conio.c file states that is is covered by the
GPL. So far, I have resisted linking with libcom32.a,
but is it really your intent to license the library
code under GPL, and not something more like the LGPL?
2018 Feb 27
5
SPIRV-LLVM as an external tool
...ortable binary format without going to any other toolchains that just integrate Clang. This is also a reason why we keep maintaining Clang in all the toolchains. Hopefully, people will start improving LLVM for GPU targets upstream because they will be able to use SPIRV available directly in LLVM to demonstate their issues/improvements.
>
SPIR-V does not have to be a part of LLVM for you to do this. You can add
the SPIR-V target to clang and then define a SPIR-V toolchain (i.e. clang/Driver/Toolchains)
that uses the external tool to translate LLVM IR to SPIR-V.
-Tom
> 4. There is a plan for...
2018 Feb 27
0
SPIRV-LLVM as an external tool
...ortable binary format without going to any other toolchains that just integrate Clang. This is also a reason why we keep maintaining Clang in all the toolchains. Hopefully, people will start improving LLVM for GPU targets upstream because they will be able to use SPIRV available directly in LLVM to demonstate their issues/improvements.
>>
>
> SPIR-V does not have to be a part of LLVM for you to do this. You can add
> the SPIR-V target to clang and then define a SPIR-V toolchain (i.e. clang/Driver/Toolchains)
> that uses the external tool to translate LLVM IR to SPIR-V.
>
>...
2000 Apr 01
1
Bug ? mine or ? in R core
...include <fcntl.h>
#include <stdlib.h>
#include <Rinternals.h>
#include <Rdefines.h>
#define DBG(x,y) if(debug >= x) printf("%s\n",y)
/*******************************************************************************/
/* Replacement callee for odbcFetchRows to demonstate bug. */
/* Independant of sql/odbc */
/* Compile with */
/* cc -g -Wall -I/usr/local/src/R-1.0.0/include/ -o crash.o -c crash.c */
/* gcc -shared -g -Wal...
2018 Feb 23
0
SPIRV-LLVM as an external tool
...to be supported by
> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
> from SPIR-V to NIR).
>
> Regards,
> Pierre
>
> [1]: https://www.mesa3d.org/
> [2]: https://patchwork.freedesktop.org/series/38728/
>
>> It's important to demonstrate that there is a developer community backing
>> the tool and that it won't be abandoned if it is added as an llvm
>> sub-project.
>>
>> -Tom
>>
>>> Thanks,
>>>
>>> Tomeu
>>> _______________________________________________
>...
2010 Apr 14
35
Conditionally adding a link to a form -- how?
I''ve got two entities created by scaffolding: Expense & Vendor
In Expense#new there''s a form with a Vendors-drop-down and a NewVendor-
button.
The latter button brings up Vendor#new.
The Create button in Vendor#new brings up Vendor#show with Edit & Back
links.
I want to append a third link conditionally to Vendor#show: if the
Expense#new form led to the Vendor#show
2003 Nov 15
5
correlation and causality examples
..., "lynx"), pch = 21)
### end
Shouldn't I try to publish this in Nature or Science with a title
that goes "Solar activity increase libido in lynx populations" ?
Note the nice shift between the two curves corresponding to the
gestation time!
A brief look at the whole dataset demonstates that this is
definitively wrong:
### begin
spots <- window(sunspots, freq = 1, start = 1821, end = 1934)
ratio <- max(lynx)/max(spots)
plot(lynx, main = "Sun spots intensity\nand lynx population density",
ylab = "")
lines(ratio*spots, col = "red")
axis...
2017 Aug 25
4
NHW Project - news with Xiph.org
...n with Monty Montgomery about the
NHW Project and he told me that Xiph.org would like to encourage the NHW
Project development.That's just great!
I'll see what Monty will do on his side (and when he has time), but he also
told me that the NHW codec has merits but there must be an effort to
demonstrate them.
The advantages, merits of the NHW codec are the neatness advantage, NHW
pictures have more neatness (and a little less precision), so it's a choice
if you prefer more neatness or more precision, but according to my visual
tests, neatness is quite pleasing... and there is also speed,...
2018 Feb 21
4
SPIRV-LLVM as an external tool
...additional drivers (nouveau, freedreno, etnativ) to be supported by
clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
from SPIR-V to NIR).
Regards,
Pierre
[1]: https://www.mesa3d.org/
[2]: https://patchwork.freedesktop.org/series/38728/
> It's important to demonstrate that there is a developer community backing
> the tool and that it won't be abandoned if it is added as an llvm
> sub-project.
>
> -Tom
>
> > Thanks,
> >
> > Tomeu
> > _______________________________________________
> > LLVM Developers mailing...