Displaying 20 results from an estimated 129 matches for "cdl".
Did you mean:
cd
2012 Jan 06
1
[LLVMdev] Single Exit Loops
Ralf,
Ok, thanks, I'll have a look. The paper I was referencing was
http://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.94.668 from '90 I
believe. There is also an Intel paper the expands on this for the Itanium.
On Fri, Jan 6, 2012 at 12:34 PM, Ralf Karrenberg <
karrenberg at cdl.uni-saarland.de> wrote:
> Hi,
>
> I am not sure if I know the paper you mentioned, but to my knowledge LLVM
> is only able to do such a transformation in very limited and obvious cases.
> We implemented phases that do a generic linearization of control flow as
> part of our &q...
2010 Jul 25
2
R equivalent of SAS proc freq
Dear R-users,
I am looking for a R function that would be the equivalent of the SAS proc
freq (
http://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#/documentation/cdl/en/procstat/63104/HTML/default/procstat_freq_sect006.htm).
The table, ftable, xtabs functions are close but do not quite offer the same
capabilities (e.g. they just return counts and no %ages as far as I could
tell).
I wanted to check wit...
2014 Sep 08
2
[LLVMdev] Alias Analysis - ModRefBehaviour
...e set.
Best regards and thanks in advance,
Johannes
--
Johannes Doerfert
Researcher / PhD Student
Compiler Design Lab (Prof. Hack)
Saarland University, Computer Science
Building E1.3, Room 4.26
Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065 : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140908/0677231c/attachment.sig>
2010 Nov 29
2
R equivalent of Beaton's Sweep algorithm
I'm looking for an R equivalent of Beaton's (1964) Sweep algorithim for
partial inversion of a
matrix by pivoting.
It implemented in SAS/IML as sweep(matrix, indices), described here
http://support.sas.com/documentation/cdl/en/imlug/59656/HTML/default/langref_sect266.htm
and here for python
http://adorio-research.org/wordpress/?p=262
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street Web: http:/...
2009 May 23
0
RMTPE specification
...KeyC, DHPublicKeyC = DHKeyGenerate(128) /* 128-bit */
clientsig[dhpkl:dhpkl+127] = DHPublicKeyC
Calculate location of Client Digest and create it:
/* Note: the SHA digest message is calculated from the bytes of
the message, excluding the 32-bytes where the digest itself goes.
*/
cdl = GetClientGenuineFPKeyDigestOffset(clientsig[8:11])
msg = clientsig[0:cdl-1] + clientsig[cdl+SHA256DL:RTMP_SIG_SIZE-1]
clientsig[cdl:cdl+SHA256DL-1] = HMACsha256(msg, GenuineFPKey)
First Exchange:
Send all 1537 bytes (command + clientsig) to the server;
Read 1537 bytes (command + ser...
2017 Mar 13
2
[llvm-devmeeting] [EuroLLVM] Hacker's Lab - Topics and Volunteers needed!
...e things.
>
> Ok. We'll need a big table. :)
--
Johannes Doerfert
Researcher / PhD Student
Compiler Design Lab (Prof. Hack)
Saarland Informatics Campus, Germany
Building E1.3, Room 4.31
Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065 : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170313/c620d98a/attachment.sig>...
2014 Sep 20
2
[LLVMdev] How to translate library functions into LLVM IR bitcode?
...> >
> > > Compiler Design Lab (Prof. Hack)
> > > Saarland University, Computer Science
> > > Building E1.3, Room 4.26
> > >
> > > Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
> > > Fax. +49 (0)681 302-3065 :
> http://www.cdl.uni-saarland.de/people/doerfert
> > >
> >
> >
> >
> > --
> > Best Regards
> > Liwei
>
> --
>
> Johannes Doerfert
> Researcher / PhD Student
>
> Compiler Design Lab (Prof. Hack)
> Saarland University, Computer Science
> Building...
2011 Aug 27
0
[LLVMdev] OpenCL Backend
On 08/27/2011 09:56 AM, Simon Moll wrote:
> Hi,
>
> as you come to speak of it, i have implemented an OpenCL-Backend for
> LLVM as part of my bachelor thesis (and for GLSlang as well, see
> http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ).
> However, the code is currently unreleased. But that could be arranged,
> if you are interested in using it.
Hi Simon,
I would also be interested in this in your OpenCL backend. Please let us
know when it is open sourced.
Cheers
Tobi
2010 Jul 17
0
Adjustment for multiple-comparison for log-rank test
DeaR experts,
I was asked for a log-rank pairwise survival comparison. I've a straightforward way
to do this using the SAS system:
http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#/documentation/cdl/en/statug/63033/HTML/default/statug_lifetest_sect019.htm
What I've found in R is shown below, but it's not a logrank test,
I suppose. (The documentation talks about "Tukey pairwise-comparisons").
Is it possible to carry...
2012 Mar 25
1
Work -Shift Scheduling - Constraint Linear Programming
Dear Community,
I've a Work -Shift Scheduling Problem I'd like to solve via constraint
linear programming.
Maybe something similar to
http://support.sas.com/documentation/cdl/en/orcpug/63349/HTML/default/viewer.htm#orcpug_clp_sect037.htm
Can anybody suggest me any package/R examples to solve this?
If it's needed more details of my little problemm I can provide.
Thanks in advance, user at host.com as user at host.com
--
View this message in context: http://r.789...
2012 Apr 07
1
quadratic model with plateau
Dear All,
I would like to make a quadratic with a plateau model in R. Is there a
package in R doing this? The bentcableAR package seems won't work.
The link below describes what I am looking for in R exactly:
http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_nlin_sect033.htm
--
Thanks so much!
Orange
help.ly2005@gmail.com
[[alternative HTML version deleted]]
2011 Aug 27
1
[LLVMdev] OpenCL Backend
...011/8/27 Tobias Grosser <tobias at grosser.es>
> On 08/27/2011 09:56 AM, Simon Moll wrote:
> > Hi,
> >
> > as you come to speak of it, i have implemented an OpenCL-Backend for
> > LLVM as part of my bachelor thesis (and for GLSlang as well, see
> > http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ).
> > However, the code is currently unreleased. But that could be arranged,
> > if you are interested in using it.
>
> Hi Simon,
>
> I would also be interested in this in your OpenCL backend. Please let us
> know when it...
2016 Apr 12
2
ScalarEvolution "add nsw" question
Hi Johannes,
Sanjoy has given you great information already.
On Sun, Apr 10, 2016 at 5:19 PM, Sanjoy Das <sanjoy at playingwithpointers.com>
wrote:
> Johannes Doerfert wrote:
> > Is there any plan to use e.g., post-dominance information to
> > propagate wrapping flags?
>
> None that I'm aware of.
>
> > If x +nsw y post-dominates the entry block
> >
2017 Jan 20
2
[RFC] IR-level Region Annotations
...ttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
--
Johannes Doerfert
Researcher / PhD Student
Compiler Design Lab (Prof. Hack)
Saarland Informatics Campus, Germany
Building E1.3, Room 4.31
Tel. +49 (0)681 302-57521 : doerfert at cs.uni-saarland.de
Fax. +49 (0)681 302-3065 : http://www.cdl.uni-saarland.de/people/doerfert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170120/79802694/attachment.sig>...
2012 Sep 21
0
[LLVMdev] [OT] Control Flow Graph(CFG) into Abstract Syntax Tree(AST)
Hi,
Simon Moll (in CC) has written a decompiler for LLVM in his Bachelor's
Thesis here at Saarland University. The thesis is titled "Decompilation
of LLVM IR" and can be found here:
http://www.cdl.uni-saarland.de/publications/
The library he implemented is called "Axtor" (for "AST Extractor") and
has been used primarily to generate OpenCL code from LLVM. In this
context, it successfully compiles OpenCL -> LLVM -> OpenCL "cycles".
Simon will be able to g...
2016 Sep 20
2
Differential: accepted but not closed revisions
Hi!
There are a lot of accepted but not closed revisions in Differential.
Many of them were actually committed, but without Differential
revision link or when it was specified in wrong way.
I think will be good idea to create script which will match committed
revisions with those in Differential: file list should be same and
hashes of changed line could be calculated for each file. In case of
2016 May 21
0
Live interval analysis on LLVM IR (not on Machine instructions)
You can use:
http://www.rw.cdl.uni-saarland.de/~grund/papers/cgo08-liveness.pdf
-----Original Message-----
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Alex Susu via llvm-dev
Sent: Saturday, May 21, 2016 9:39 PM
To: llvm-dev <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] Live interval analysi...
2013 Apr 30
1
Mixed Modeling in lme4
Hi All,
I am trying to shift from running mixed models in SAS using PROC MIXED
to using lme4 package in R. In trying to match the coefficients of R
output to that of SAS output, I came across this problem.
The dataset I am using is this one:
http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_mixed_sect034.htm
If I run the following code:
proc mixed data=rc method=ML covtest;
class Batch;
model Y = Month / s;
random Int Month / type=cs sub=Batch s;
run;
The Fixed effect coefficients match with that of R. But the random
effect does not. H...
2010 Nov 10
1
R Applications for Force.com/ Salesforce
...o R in that is OOPs
My question is are there any R packages or research in Force.com or
Salesforce.com Apps going on ( see SAS A new SAS data surveyor is
available to access data from the Customer Relationship Management
(CRM) software vendor Salesforce.com. at
http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#datasurveyorwhatsnew902.htm)
I am just doing research on cloud computing and R and needed this
info. Many thanks as always
Regards
Ajay Ohri
Delhi, India
Websites-
http://decisionstats.com
http://dudeofdata.com
Linkedin- www.linkedin.com/in/ajayohri
2010 Nov 10
1
R Applications for Force.com/ Salesforce
...o R in that is OOPs
My question is are there any R packages or research in Force.com or
Salesforce.com Apps going on ( see SAS A new SAS data surveyor is
available to access data from the Customer Relationship Management
(CRM) software vendor Salesforce.com. at
http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#datasurveyorwhatsnew902.htm)
I am just doing research on cloud computing and R and needed this
info. Many thanks as always
Regards
Ajay Ohri
Delhi, India
Websites-
http://decisionstats.com
http://dudeofdata.com
Linkedin- www.linkedin.com/in/ajayohri