search for: ahn

Displaying 20 results from an estimated 46 matches for "ahn".

Did you mean: ah
2011 Nov 25
1
Install Adhearsion on Debian
Hi, I'm giving Adhearsion a try on a Debian Squeeze. I read here (https://github.com/adhearsion/adhearsion/wiki/Getting-Started) that the command "sudo gem install adhearsion" should "automatically add the ahn command to your system". On mine I can't run ahn without specifying full path (/var/lib/gems/1.8/bin/ahn). Did I miss something ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111...
2010 Jan 20
2
[LLVMdev] [LLVMDev] Is there any way to eliminate zero-extension instruction?
...target machine. Assume that we have the following code in our source code. int i = ( a < b ); The code is translated into r0 <- gt r1 r2 r3 <- and r0 0x1 We think that r3 is not necessary. Is there any way to eliminate it by just modifying our backend? Thank you in advance. Minwook Ahn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100120/13ad88bb/attachment.html>
2010 Jan 20
2
[LLVMdev] [LLVMDev] Is it possible to implement target specific optimizations which can be applied after instruction selection or later?
Dear developers. My question is the same as the title. Is there any way to implement target specific optimizations after instruction selection or later? I cannot find any related document. Please let me know. Thanks in advance. Minwook Ahn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100120/12439e9b/attachment.html>
2010 Jan 20
0
[LLVMdev] [LLVMDev] Is there any way to eliminate zero-extension instruction?
On 20 Jan 2010, at 07:55, minwook Ahn wrote: > Dear developers. > > We try to make our own backend of llvm for our target machine. > > Assume that we have the following code in our source code. > > int i = ( a < b ); > > The code is translated into > > r0 <- gt r1 r2 > r3 <- and r0 0x1...
2010 Nov 03
2
bugs and misfeatures in polr(MASS).... fixed!
In polr.R the (several) functions gmin and fmin contain the code > theta <- beta[pc + 1L:q] > gamm <- c(-100, cumsum(c(theta[1L], exp(theta[-1L]))), 100) That's bad. There's no reason to suppose beta[pc+1L] is larger than -100 or that the cumulative sum is smaller than 100. For practical datasets those assumptions are frequently violated, causing the
2010 Jan 22
0
[LLVMdev] [LLVMDev] Is it possible to implement target specific optimizations which can be applied after instruction selection or later?
Yes. There are lots of examples of this. For example ARM target has a number of specific optimization passes. See ARMTargetMachine.cpp addPreEmitPass() etc. for examples of how they are added to codegen pass manager. Evan On Jan 19, 2010, at 11:34 PM, minwook Ahn wrote: > Dear developers. > > My question is the same as the title. > Is there any way to implement target specific optimizations after instruction selection or later? > > I cannot find any related document. Please let me know. > > Thanks in advance. > > Minwook A...
2010 Jan 12
1
[LLVMdev] [LLVMDev] Does our own developed module and functions can go along with the future improved version of LLVM?
On Tue, Jan 12, 2010 at 3:27 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Minwook Ahn, > >> We want to build our compiler based on LLVM by adding our own modules >> and functions >> >> which are specific to the features of our processor hardware. > > do you mean that you have files containing bitcode which contain useful > routines for your proces...
2010 Jan 12
2
[LLVMdev] [LLVMDev] Does our own developed module and functions can go along with the future improved version of LLVM?
...adding our own modules and functions which are specific to the features of our processor hardware. In case of our developed modules, is it guaranteed that the modules can work in the future version of LLVM? In order to do so, what guideline is required to do that? Thank you in advance. Minwook Ahn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100112/2f698b72/attachment.html>
2006 Jul 07
1
Rpad Server Installation on Windows XP
...should have perl installed and also I have active perl installed on my computer (c:/perl) What am I getting wrong? Question2: Do I have to install rterm too? If so, where? Any of your advice will be very appreciated. Thank you for your reading and have a great day everybody! best, Claire Ahn MIT
2010 Jan 12
0
[LLVMdev] [LLVMDev] Does our own developed module and functions can go along with the future improved version of LLVM?
Hi Minwook Ahn, > We want to build our compiler based on LLVM by adding our own modules > and functions > > which are specific to the features of our processor hardware. do you mean that you have files containing bitcode which contain useful routines for your processor, and that you use like a lib...
2017 May 24
1
precision of do_arith() in arithmetic.c
To the R development team: First of all, thank you so much for maintaining wonderful R software. Perhaps, Dr. Ahn has just reported an error on the wilcox.test() function, and suggesting that an error may arise from abs() and rank(). I just had a quick check that the problem may come from the precision of the results of arithmetic functions. 87.7-89.1+1.4 # > 87.7-89.1+1.4 # [1] 8.437695e-15 I checked...
2007 Dec 03
0
Adhearsion Install Fails.
...vely fresh CentOS 5.x systems, and I get this... [root at localhost rubygems-0.9.5]# gem install adhearsion Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - /usr/lib/ruby/gems/1.8/gems/adhearsion-0.7.7/bin/ahn The directory /usr/lib/ruby/gems/1.8/gems/adhearsion-0.7.7 exists, but it has no 'bin' directory. The ahn binary is located in /usr/lib/ruby/gems/1.8/gems/adhearsion-0.7.7. A google search apparently tells me that no one else in the known universe has ever had this problem, and I get it on...
2004 Aug 27
2
degrees of freedom (lme4 and nlme)
Hi, I'm having some problems regarding the packages lme4 and nlme, more specifically in the denominator degrees of freedom. I used data Orthodont for the two packages. The commands used are below. require(nlme) data(Orthodont) fm1<-lme(distance~age+ Sex, data=Orthodont,random=~1|Subject, method="REML") anova(fm1) numDF DenDF F-value p-value (Intercept) 1
2005 Jan 03
1
different DF in package nlme and lme4
Hi all I tried to reproduce an example with lme and used the Orthodont dataset. library(nlme) fm2a.1 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1 | Subject) anova(fm2a.1) > numDF denDF F-value p-value > (Intercept) 1 80 4123.156 <.0001 > age 1 80 114.838 <.0001 > Sex 1 25 9.292 0.0054 or alternatively
2009 Aug 31
0
[LLVMdev] rdynamic on Mac
Renato Golin wrote: > I've read some posts on the web indicating problems with the -rdynamic > option on Mac's GCC, but I'm not sure. What's the Mac-style for that? -rdynamic doesn't exist on OSX, nor should it be needed. Just make sure that you do *not* strip the executable (i.e., avoid strip, install -s, etc.), IIRC that's needed to make dlopening the executable
2011 Aug 04
1
[LLVMdev] Merging PARSEC into the test suite
There was some talk a year ago about a patch that merges PARSEC into the test suite. Here is a link to the thread: http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-August/033877.html Has this just fallen through the cracks? Any help on this subject is welcome. Thanks! -- Wonsun -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Aug 05
0
[LLVMdev] PARSEC benchmarks for LLVM test-suite
Hi Chad, Looking back at the old email thread, I believe John Criswell had volunteered to review Patrick's patch (though Patrick is no longer working on this). John, can you take a quick look to see what might be needed to add that patch? Wonsun Ahn just asked about it so perhaps he'd be willing to make any fixes that are needed, if they are simple. --Vikram Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/ http://llvm.cs.illinois.edu/~vadve On Aug 4, 2011, at 3:53 PM, Chad Rosier wrote: > Pa...
2009 Jan 05
1
RODBC connection die - using more than 1 Rgui/Rcmdr
Hi, I encounter a problem when using more than 1 Rgui/Rcmdr with RODBC connection. As I use more than 1 RODBC connection with multiple Rgui/Rcmdr windows, my network connection (including internet) is shutting down. Thus the only solution to fix (so far) is to reboot the computer. I suppose RODBC is not compatible with more than 1 Rgui/Rcmdr, yet is there a way to avoid this problem? or at
2016 Sep 05
2
[cfe-dev] Many bots don't build anything -- does anyone know why?
On 5 September 2016 at 22:12, Renato Golin <renato.golin at linaro.org> wrote: > Should we revert this? This is pretty serious? Can we fix this quickly > on the bots? Just FYI, I'm moving the "llvm" directory away and making it as a symlink to "llvm.src", at least until we sort out this problem. Since this has been going on from Sep 1st, I believe we'll
2016 Aug 31
2
Publication: "Archer: Effectively Spotting Data Races in Large OpenMP Applications"
Hi, Coming back to this, I would greatly appreciate if someone could add this publication (based on TSan) to the list. Thanks, -- Zvonimir On Tue, Jun 21, 2016 at 12:07 PM Zvonimir Rakamaric <zvonimir at cs.utah.edu> wrote: > Hi, > > We recently published a paper that leverages clang/LLVM (through > ThreadSanitizer) to dynamically detect data races in OpenMP programs: >