Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] GSOC Proposals Questions"
2013 Apr 29
0
[LLVMdev] GSOC Proposal: Implement Decoupled Software Pipeline
Hello,
below is the first draft of my proposal for GSoC. Any comments/advices
are apreciated.
# Implement Decoupled Software Pipeline (DSWP)
-------------------------------------------------------------------------------
# Abstract
-------------------------------------------------------------------------------
The goal of this project is to implement the automatic parallelization
technique
2012 Feb 20
2
[LLVMdev] stack dump
0
down vote
favorite
[http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#]
share [g+]
share [fb]
share [tw]
i new in llvm.i just compile google code and got this error.
"
Stack dump:
0. Program arguments: opt -load
/home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o
1. Running pass 'Function Pass Manager'
2012 Feb 20
0
[LLVMdev] stack dump
Hi Vahid, I suggest you use a more recent version. The latest version is 3.0.
Ciao, Duncan.
On 20/02/12 09:27, vahid eslami wrote:
>
> 0 down vote favorite
> <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#>
> share [g+] share [fb] share [tw]
>
> i new in llvm.i just compile google code and got this error. " Stack dump: 0.
> Program
2012 Sep 24
1
[LLVMdev] Decoupled software pipelining (DSWP) in LLVM
Hi! I'm writing my own project in LLVM and I came across a document
describing Decoupled software pipelining algorithm written in LLVM by The
Liberty Research Group for their VELOCITY C++ compiler:
http://liberty.princeton.edu/Research/DSWP/
http://liberty.princeton.edu/Publications/micro38_dswp.pdf
and some of spectacular results:
http://liberty.princeton.edu/videos/gimp.php
2010 Mar 30
1
dataframe in loop
hello all:
I would like to thank those who helped me out of the string
problem..but now I got another problem.
I used R to query from SQL and got a list of crsp_fundno of G-style mutual
funds which is still alive. I use the following codes and got what I want:
library(RODBC)
channel<-odbcConnect("CRSPFUND")
g.crspfundno<-sqlQuery(channel,"select crsp_fundno from Fund_style
2012 Mar 14
3
Help: problem converting character to numeric
Dear R experts,
I have a dataframe imported from a csv file (with read.csv).
Here is an example:
yyyymm<- c("19860228", "19860331","19860430","19860531")
id<-c("10000","10000","10000","10000")
re<- c("C","0.25", "0.98", "1.34")
mret<-data.frame(yyyymm, id, re)
2011 Sep 19
0
[LLVMdev] code generation
Hi, neda
> But for final step and code generation, I don't have any idea and
> information to assign partitions and communications to threads. and I stop
> in this position. Unfortunately I don’t have enough time and I am under
> force to complete the project.
What you want to do is pretty much like what DSWP does, see
http://liberty.princeton.edu/Research/DSWP/
What
2017 Dec 21
2
How to implement lowerReturn for poring GlobalISel to RISCV?
Hi LLVM developers,
Thank Daniel Sanders, Aditya Nandakumar and Justin Bogner's Tutorial[1]:
Head First into GlobalISel about how to port, and Aditya took BPF target
as a simple instance:
bool BPFCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder,
const Value *Val, unsigned VReg) const {
assert(!Val == !VReg && "Return value
2010 Mar 24
3
string problems in R
Hello all
I have been working on my thesis using R. I am a newbie to R and met a problem
that bothered me for a while due to my lack of acquaintance of R.
I am using R to query from SQL. I got a list of crsp_fundno of G-style mutual
funds which is still alive. I use the following codes and got what I want:
library(RODBC)
channel<-odbcConnect("CRSPFUND")
2011 Apr 05
0
[LLVMdev] GSoC 2011: Building and Executing Traces on LLVM
Hi folks, I am going to submit a project to Google Summer of Code, the
Project is below to anyone it might interest. Any critics and suggestions
are welcome.
If anyone is interested mentoring this project please contact me.
Building and Executing Traces on LLVM
Daniel Nicacio
IC-UNICAMP, Brazil
April 5, 2011
1 Objective
The objective of this project is to augment LLVM with dynamic pro
ling
2018 Jan 08
0
Fwd: LLD (macOS) usage?
I believe what's happening here is that clang translates the -fuse-ld=lld into calling the ld.lld executable, which is actually the ELF LLD linker, not the Mach-O one. On 6.0, the Mach-O linker symlink is called ld64.lld instead (and clang has been changed to call out to that name) to disambiguate the two. For 5.0, I'm not sure how best to force the Mach-O linker (I'm not familiar with
2013 Dec 18
2
Generación de vectores aleatorios dependientes
Reciban un saludo cordial.
Por favor, ¿en cuál biblioteca de R existe una función para generar
vectores aleatorios correlacionados, por ejemplo (X,Y), con X~Weibull y
Y~Lognormal y corr(X,Y) = 0.7?
Gracias desde ya por su atención/ayuda.
César Escalante C.
[[alternative HTML version deleted]]
2012 Jun 07
0
[LLVMdev] [PATCH] 8975 - llc should warn about invalid target triple
Hi César,
> I changed Module::setTargetTriple to return true/false when an
> invalid/valid triple is passed as parameter.
target triples with unknown vendor and other fields occur all the time.
That's fine as long as you don't need those fields. What I am saying is
that a boolean value "valid" or "not valid" isn't very useful in my opinion.
Ciao, Duncan.
2012 Jun 14
2
[LLVMdev] Bitcode Instruction ID
Hello,
I'm modifying the LLI interpreter to count the number of times that
each instruction in a bitcode file is interpreted, however to do this
I need to assign an identifier to each instruction in the file. Is
there currently any kind of instruction ID that I could use to solve
this?
César.
2013 Jan 31
0
[LLVMdev] Edge Profiling
Hello,
See answers below
On 31/01/13 00:23, César wrote:
> Hello.
>
> I'm using these commands to compile the code below in order to collect
> edge/blocks profiling:
>
> clang -emit-llvm -c sort.c -o sort.bc
> opt -insert-edge-profiling sort.bc -o sort_prof.bc
> clang sort_prof.bc -lprofile_rt -L/llvms/lib -o sort_prof
>
> then I run the program and display the
2020 Mar 23
2
PLSPM_Gastón Sanchez
Saludos a todos.
Tengo que aplicar:
Two-Step Approach (patch approach)
Hybrid Approach (give away approach)
De acuerdo al libro de Gaston Sanchez "PLS Path Modeling with R".
¿Alguien puede apoyarme?
--
*César O. Velázquez Vega**.*
[[alternative HTML version deleted]]
2010 Oct 25
2
Ayuda con una función
Reciban un cordial saludo.
De manera muy comedida les pido ayuda con la función indicada abajo. La usan
en un artículo de inventarios. No veo dónde estoy errado.
Gracias de antemano.
César Escalante C.
> lamb<-50
> L<-1
> h.<-10
> p<-25
> K<-5
> integ<-function(y){integrate(function(x)ppois(x,lamb*L),0,y)$value}
> G<-function(y){(h.+p)*integ(y) +
2009 Nov 28
2
R en Windows 7 a 64 bits
Buenas noches para cada uno.
Me alegra saber que superamos los 200 usuarios y tengos expectativas con
respecto a la I Conferencia de R-hispano en Murcia.
No soy usuario de Linux por desconocimiento, algo que lamento. Debo instalar
R en un equipo con Windows 7 a 64 bits. ¿Podrían indicarme por favor cómo
instalarlo? ¿Se hace con el mismo archivo R-2.10.0-win32? ¿Debo cuidar o
cambiar algo antes o
2009 Nov 28
2
R en Windows 7 a 64 bits
Buenas noches para cada uno.
Me alegra saber que superamos los 200 usuarios y tengos expectativas con
respecto a la I Conferencia de R-hispano en Murcia.
No soy usuario de Linux por desconocimiento, algo que lamento. Debo instalar
R en un equipo con Windows 7 a 64 bits. ¿Podrían indicarme por favor cómo
instalarlo? ¿Se hace con el mismo archivo R-2.10.0-win32? ¿Debo cuidar o
cambiar algo antes o
2013 May 20
4
Código del algoritmo de qnorm
Cordial saludo para cada uno.
De manera amable les pido ayuda para acceder al código R usado para el
algoritmo de la función qnorm.
Gracias por su ayuda.
César Escalante C.
[[alternative HTML version deleted]]