search for: scratchpad

Displaying 20 results from an estimated 54 matches for "scratchpad".

2012 Apr 05
4
Appropriate method for sharing data across functions
...# may be other stuff ls(OPCON) } add1<-function(){ OPCON$KFN<<-1+OPCON$KFN test<-OPCON$KFN } OPCON<<-list(MAXIMIZE=TRUE, PARSCALE=rep(1,4), FNSCALE=1, KFN=0, KGR=0, KHESS=0) ls(OPCON) print(add1()) print(add1()) print(ls.str()) rm(OPCON) # Try to remove the scratchpad print(ls()) tmp<-readline("Now try from within a function") setup<-optstart(4) # Need to sort out how to set this up appropriately cat("setup =") print(setup) print(add1()) print(add1()) rm(OPCON) # Try to remove the scratchpad ====================== Example (failing)...
2008 Mar 20
2
I need help integrating ggplot2 into Excel
Dear all I use ggplot2 extensively for my plotting routines and rexcel to have the best of two worlds. (RExcel v 1.75 and R (D)Com v. 2.5) I can run my ggplot functions, such as qplot(...), in scratchpad mode, but not in Macro nor Worksheet functions mode. I have tried the following in Macro mode: Call RInterface.RRun("library(ggplot2)") ... Call RInterface.RRun("qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=""line"",group=Cell)") With no output ... I h...
2017 Apr 01
3
GlobalISel BoF follow-up
...wouldn't mind some more involvement from the community: Legalization of non-power-of-2 types: https://reviews.llvm.org/D30529 TableGen for the instruction selector (last pass in the GlobalISel pipeline): https://reviews.llvm.org/D31418 and the rest of its stack We have also set up a sort of scratchpad document here: https://goo.gl/IS2Bdw At the moment it contains mostly notes from the BoF and a few other emails. The intention is to centralize any hot topics related to GlobalISel there, so people can keep track of what the current status is and what problems are being tackled at the moment in th...
2006 Apr 27
7
RJS & Ajax question...
...he ajax changes in an RJS template. However, form_remote_tag :url =>{:action => ''save''} does not appear to call the save.rjs template. I can get the changes to fire by placing them in the save action itself, using the following: render :update do |page| page[:scratchpad].hide page.replace ''todo'', :partial => ''table'', :locals => {:items => items} page["row#{@item.id}"].visual_effect :highlight, :startcolor => ''#fff00'', :duration => 5 page.replace_html ''flash'...
2013 Aug 01
1
[PATCH 1/5] Intel MIC Host Driver for X100 family.
...-0700, Sudeep Dutt wrote: > This patch enables the following: > a) Initializes the Intel MIC X100 PCIe devices. > b) Boots and shuts down the card via sysfs entries. > c) Allocates and maps a device page for communication with the > card driver and updates the device page address via scratchpad > registers. > d) Provides sysfs entries for family, stepping, state, shutdown > status, kernel command line, IP address, ramdisk and log buffer > information. That's a lot to do in one patch, almost 4 thousand lines. Can't you break this up into some more smaller, logical, an...
2013 Aug 01
1
[PATCH 1/5] Intel MIC Host Driver for X100 family.
...-0700, Sudeep Dutt wrote: > This patch enables the following: > a) Initializes the Intel MIC X100 PCIe devices. > b) Boots and shuts down the card via sysfs entries. > c) Allocates and maps a device page for communication with the > card driver and updates the device page address via scratchpad > registers. > d) Provides sysfs entries for family, stepping, state, shutdown > status, kernel command line, IP address, ramdisk and log buffer > information. That's a lot to do in one patch, almost 4 thousand lines. Can't you break this up into some more smaller, logical, an...
2017 Apr 19
0
GlobalISel BoF follow-up
...ews and any points that need > coordination. We're open to any suggestions on how we can communicate > better. Nobody said anything about this, but with people coming back from spring break these days it's probably a good time to sync again. Kristof and I have been trying to keep the scratchpad document here [1] up to date, but I'll try to summarize things on the mailing list as well: We still have a few bugs open that we should fix or at least discuss before turning GlobalISel on by default at O0 for AArch64: * PR32560 - A crash in regbank select [2] * PR32550 - Floating point value...
2015 Oct 06
2
when would I use addrspacecast?
I was reading the LangRef for semantics of an instruction and came across addrspacecast. I've never needed it, so I suppose I don't care about it. But, why does it exist? What problem is it trying to solve?
2013 Sep 05
0
[PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family.
...* the file called "COPYING". + * + * Intel MIC Host driver. + * + */ +#include <linux/fs.h> +#include <linux/pci.h> + +#include "../common/mic_device.h" +#include "mic_device.h" +#include "mic_x100.h" + +/** + * mic_x100_write_spad - write to the scratchpad register + * @mdev: pointer to mic_device instance + * @idx: index to the scratchpad register, 0 based + * @val: the data value to put into the register + * + * This function allows writing of a 32bit value to the indexed scratchpad + * register. + * + * RETURNS: none. + */ +static void +mic_x100_w...
2012 Sep 28
2
[LLVMdev] [pocl-devel] [cfe-dev] SPIR provisional specification is now available in the Khronos website
...understand that adding the automatic local as a kernel argument (in the specs) is too intrusive now given the existing implementations that do it otherwise, especially for those for which the semantics "happens" to be correct as is. That is, the currently popular GPUs with separate local/scratchpad memories. Have a nice weekend, -- --Pekka
2013 Aug 08
0
[PATCH v2 1/7] Intel MIC Host Driver for X100 family.
...h" + +/* + * mic_x100_hw_init - Initialize hardware information. + * + * @mdev: pointer to mic_device instance + * + * returns none: + */ +static void mic_x100_hw_init(struct mic_device *mdev) +{ + mdev->stepping = mdev->pdev->revision; +} + +/** + * mic_x100_write_spad - write to the scratchpad register + * @mdev: pointer to mic_device instance + * @idx: index to the scratchpad register, 0 based + * @val: the data value to put into the register + * + * This function allows writing of a 32bit value to the indexed scratchpad + * register. + * + * RETURNS: none. + */ +static void +mic_x100_w...
2007 Sep 27
2
rJava and RJDBC
...\\mysql-connector-java-5.1.3-rc-bin.jar" [4] "C:\\libraries\\xmlbeans-2.0.0-beta1\\lib\\xbean.jar" [5] "C:\\libraries\\POI\\poi-2.5.1-final-20040804.jar" [6] "C:\\libraries\\POI\\poi-contrib-2.5.1-final-20040804.jar" [7] "C:\\libraries\\POI\\poi-scratchpad-2.5.1-final-20040804.jar" [8] "C:\\Libraries\\PJM\\eDataFeed.jar" [9] "C:\\Libraries\\PJM\\webserviceclient.jar" [10] "C:\\Java\\Libraries\\QTJava.zip" My java_Home is > .jcall('java.lang.System','S','getProperty','java.h...
2018 Apr 04
2
LLVM back end for the research Connex SIMD processor
Hello. I'd like to advertise the LLVM back end I developed in the last 2 years for the research Connex wide SIMD processor, which can have up to 4096 lanes. The Connex SIMD processor is designed to run efficiently BLAS routins, is an easily reconfigurable low-power processor with scratchpad memory, a shift register for inter-lane communication, a hardware sum-reduction tree and predictable performance - you can find details about it at this address: http://users.dcae.pub.ro/~gstefan/2ndLevel/connex.html . The processor has a clean design and its Verilog source code could be made op...
2002 Feb 22
2
save.image() excluding functions
If the recommendation is to write functions with an external editor (I mean, avoiding fix()), keep them as text files (*.R) and using source() to bring them into the R session, why not excluding, by default, function objects from save.image() ? In particular, from the final save.image(), the one that is proposed at q(). In this way, functions would not get included within .RData, I've made
2016 May 03
2
Fwd: R bindings for Xapian: API modifications
I believe there are few misunderstandings and I apologize for the lack of clarity in my explanations. I will share a draft with detailed explanations on the way I'm planning to map R parameters into Xapian in a google doc. It will be much convenient to discuss and clarify R API related issues in that way. Best regards, Amanda > -------------- next part -------------- An HTML attachment
2014 Dec 09
0
Postfix avc (SELinux)
...x is looking in /tmp. According to Wietse Venema the base Postfix tarball does not access /tmp at all. So it must be one of the patches, but I have not yet uncovered which one. In any case, this raises the question: Why would any program not have access to /tmp? Is not that what /tmp is for, a scratchpad for programs? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757...
2016 Nov 03
0
how to install postgresql ip4r
...tabase server sudo chkconfig postgresql-9.5 on # set so db server always runs at boot sudo -u postgres psql -c "create user $USER superuser; create database $USER owner $USER" that last step gives your regular user a sql account with full database admin privs and creates a scratchpad database for them to log on with while doing admin stuff. now, sudo yum -y install ip4r95 psql -c "create extension ip4r" somedatabase to install ip4r and enable it in somedatabase... -- john r pierce, recycling bits in santa cruz
2009 Jun 18
1
Resampler saturation, blackfin performance
> -----Message d'origine----- > De : Jean-Marc Valin [mailto:jean-marc.valin at usherbrooke.ca] > Envoy? : lundi, 15. juin 2009 01:30 > ? : Stephane Lesage > Cc : speex-dev at xiph.org > Objet : Re: [Speex-dev] Resampler saturation, blackfin performance > > - are there buffers who could be placed in scratch memory ? > > (I don't see any speex_scratch_alloc
2007 May 20
1
Jack Slocum's Ext library in Rails
If anyone is familiar with Jack Slocum''s revolutionary Ext javascript library (http://www.extjs.com) and wishes to use it with Rails (instead of the traditional Prototype / Scriptaculous duo), I''ve create a combination vendor/plugin and javascript library to help you. If ye be brave and know how to use SVN: Ext on Rails: http://www.extonrails.com -- Posted via
2013 Sep 04
0
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...h 3: This patch enables the following features in the > "Intel MIC Host Driver" in the block diagram: > a) Boots and shuts down the card via sysfs entries. > b) Allocates and maps a device page for communication with the > card driver and updates the device page address via scratchpad > registers. > c) Provides sysfs entries for shutdown status, kernel command line, > firmware, ramdisk, bootmode and log buffer information. > > Patch 4: This patch introduces the "Intel MIC Card Driver" in the block > diagram which does the following: > a) Ini...