similar to: [GSoC 2017] Project proposal queries

Displaying 20 results from an estimated 2000 matches similar to: "[GSoC 2017] Project proposal queries"

2017 Mar 15
2
[GSoC 2017] Project proposal queries
> On Mar 15, 2017, at 11:42 AM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Mar 15, 2017, at 10:10 AM, Radhika via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi, >> >> My name is Radhika Ghosal and I'd like to participate in this year's GSoC in LLVM. I
2017 Mar 16
2
[GSoC 2017] Project proposal queries
Thank you very much for your replies. I tinker frequently with embedded systems and was hoping I could contribute to an `-Os` flag for LLVM or alternately, improving code generation in the experimental AVR backend if there is a willing mentor. As for encoding analysis results in MachineInstr IR, it's a feature I too sorely need in the project I'm working on. Would it be helpful to
2012 Nov 03
1
error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not permitted
Hi, > > I am using libvirt version 0.9.13 with Ubuntu 12.10 > > When I try to start a VM with an openvswitch bridge interface I get the > error: > > error: Failed to start domain kvm113-2 > error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not > permitted > > > Here is my bridge configuration: > <interface type='bridge'> >
2017 Feb 04
2
How to get assembly opcode mnemonic(s) corresponding to a MachineInstr?
Hi, I'd like to modify MachineBasicBlock contents within a MachineFunctionPass on the basis of how many CPU cycles the assembly instructions corresponding to the MBB take. I'm using the AVR backend and the number of CPU cycles every AVR assembly operation takes is openly available. Is there any straightforward way of getting the opcode mnemonics corresponding to a MachineInstr? I've
2012 Oct 15
1
cannot start domain with SR-IOV interface
Hi, I've been using libvirt (versions 0.9.11.5, and recently upgraded to 0.10.2), and have been attaching an SR-IOV VF to my VM with the following device configuration: <hostdev mode='subsystem' type='pci' managed='yes'> <source> <address domain='0x0000' bus='0x07' slot='0x10' function='0x0'/>
2001 Oct 13
1
Where can I find rpms for ext2fs tools and mount etc?
Hi there.. I'm another ext3 newbie and I have patched and installed 2.4.12-ac1, and compiled from source the above utils.. I saw a link a while back for rpms for these, and I was wondering if anybody knew the url... Also, the question everybody wants to know I think - Does anybody have any idea when the ext3 code will enter the stable kernel tree (not -ac)? I am assuming RH might wait for
2009 Sep 07
1
How to reduce memory demands in a function?
I've written a function that regularly throws the "cannot allocate vector of size X Kb" error, since it contains a loop that creates large numbers of big distance matrices. I'd be very grateful for any simple advice on how to reduce the memory demands of my function. Besides increasing memory.size to the maximum available, I've tried reducing my "dist" objects to 3
2012 Oct 31
1
hotplug
Another separate thread for a slightly separate issue. For some reason, hotplugging disks does not work for me. I built my guest with ubuntu's vmbuilder. It's Precise, virtual. I have acpiphp in my /etc/modules file: $ lsmod Module Size Used by psmouse 97443 0 serio_raw 13211 0 virtio_balloon 13108 0 acpiphp 24231
2013 Apr 19
1
Sequence analysis
Hiya, I am trying to look at the similarities between a number of sequences, for example i am trying to see how similar "ababbbassdaa" is to "addffggssbbsbbs" I was wondering is the some way for me to see how similar they are in terms of, for example, number of a's, number of b's, how often a and ab are consecutive, how often abab is together etc. Any advice
2012 Oct 18
1
Getting a table of coefficients from R
Hi,? I'm trying to obtain a table of coefficients and confidence intervals from a logistic regression analysis in R. My code is as follows: # read in csv file datafile<-read.csv("file.csv", row.names=1) # read in the variable list varlist<-names(datafile)[66:180] models<-lapply(varlist, function(x) {glm(substitute(outcome ~ i, list(i=as.name(x))), data=datafile, family =
2008 Nov 10
4
Labeling points with xYplot
Hello R-Users, I am trying to label points on an xYplot. I can label the points, but then I lose the error bars. I suspect that I should be using panel.xYplot rather than panel.xyplot, but that didn't work either... Can anybody help me out? Example code is below. First xYplot has error bars, second tries to label the points and the bars disappear. Thanks, John a=c(1:4)
2017 Jan 03
3
LLVM Performance Workshop at CGO 2017 (early registration ends January 6th)
FYI, The LLVM Performance Workshop will be held at CGO 2017. The workshop is co-located with CC, HPCA, and PPoPP. If you are interested in attending the workshop, please register at the CGO website: http://cgo.org/cgo2017/workshops.html When: Saturday February 4th, 2017 Where: Austin, Texas, USA ---- Hi, CGO workshop and tutorial organizers, This is a friendly reminder that early
2009 Sep 09
2
Matrix multiplication and random numbers
Dear All I new to using R and am struggling with some matrix multiplication. I have two matrices, one containing random numbers, these are multiplied together to get another matrix which is different each time. When I put in another for loop to repeat this process a multiple times the matrices are all the same. I?m sure there is a way to keep the randomness of the different matrices but I think
2020 Jul 14
2
[Beginner] Understanding Tablegen language
On 7/13/2020 21:30, Thomas Lively via llvm-dev wrote: > Part of the problem is that ISel patterns are like their own DSL inside > the TableGen DSL, so keywords like "ins", "outs", and "ops" aren't > keywords at the TableGen level, but rather at the level of the ISel > system implemented with TableGen. Copying existing patterns and reading > the
2015 Dec 23
2
Schedule for the LLVM devroom at FOSDEM
Hello, Renato and I are glad to share the schedule of the LLVM devroom at FOSDEM: http://llvm.org/devmtg/2016-01/ *When*: January 30th, 2016* Where*: K.3.201, Building K, ULB Campus Solbosch, Brussels, Belgium No registration needed. Just like last year [1], we should have videos ready a few weeks/months after. Cheers, Sylvestre [1] http://llvm.org/devmtg/2015-02/ -------------- next part
2010 May 28
4
[LLVMdev] all 2009 devmtg videos now up
It's been a bit of a long process, but all of the videos are now up: http://llvm.org/devmtg/2009-10/ -Chris
2017 Sep 09
2
Register Allocators Documentation
Hi all, I am interested in the spill code which is produced by the register allocators. Therefore I wanted to ask if there  is some Documentation in which these allocators are described, or  that explains  how the register spilling works in detail. Regards Jannis
2009 Dec 01
5
[LLVMdev] DevMtg'09 slides
Hi All, The slides for all Developer Meeting talks are now online on the web page: http://llvm.org/devmtg/2009-10/ The missing videos are still a work in progress, -Chris
2011 Sep 10
2
[LLVMdev] 2011 LLVM Developers' Meeting Registration Now Open
Registration for the 2011 LLVM Developer Meeting is now open: qcsurvey.qualcomm.com/survey.asp?pub=y&survey_id=7125 The attendance limit has been increased to 225 this year, but with the growing interest in LLVM, registration will likely still fill up quickly; we encourage you to register early. The 2011 meeting will be held on Friday, November 18, 2011 at San Jose Marriott 301 South
2016 Jul 04
2
LLVM Cauldron 2016 (Sep 8th, Hebden Bridge, UK) registration and call for papers now open
We are pleased to announce the first LLVM Cauldron, to be held on Thursday September 8th 2016 in Hebden Bridge, UK. This is the day before the GNU Tools Cauldron being held at the same venue, so we hope to take advantage of the high concentration of compiler enthusiasts and to encourage lots of cross-pollination between communities. This will be a one-day conference with a single talks track and