search for: demonstate

Displaying 12 results from an estimated 12 matches for "demonstate".

Did you mean: demonstrate
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 # When it does work x <-letters[1:10] marks
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 outside...
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 ad...
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 add...
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. > > -T...
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 -Wall...
2018 Feb 23
0
SPIRV-LLVM as an external tool
On 02/21/2018 03:34 PM, Pierre Moreau wrote: > On 2018-02-21 — 14:55, Tom Stellard via llvm-dev wrote: >> On 02/21/2018 12:15 AM, Tomeu Vizoso via llvm-dev wrote: >>> Hi, >>> >>> for a few months already I have been asking around for opinions on how >>> people could best work together on Khronos' SPIR-V <-> LLVM-IR converter >>> and
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(si...
2017 Aug 25
4
NHW Project - news with Xiph.org
Hello, These last 2 months, I have talked again 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
2018 Feb 21
4
SPIRV-LLVM as an external tool
On 2018-02-21 — 14:55, Tom Stellard via llvm-dev wrote: > On 02/21/2018 12:15 AM, Tomeu Vizoso via llvm-dev wrote: > > Hi, > > > > for a few months already I have been asking around for opinions on how > > people could best work together on Khronos' SPIR-V <-> LLVM-IR converter > > and some consensus seems to have formed. > > > > Most of the