Displaying 8 results from an estimated 8 matches for "daneill".
2010 Sep 10
1
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
If I have llvm, poolalloc, and llvm-gcc to be installed, what's the order of installation?
Could some help me? Thank you very much!
Best Regards
2010-09-10
Daneill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100910/fd6d3fd6/attachment.html>
2010 Sep 10
1
[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed
If I have llvm, poolalloc, and llvm-gcc to be installed, what's the order of installation?
2010-09-10
Daneill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100910/568fb887/attachment.html>
2011 Feb 27
2
regularized dfa rda (Klar): problems with predictions
Dear all, I am trying to do a n-fold cross-validation for a regularized discrimant function analysis using rda from the package klaR. However, I have problems to predict the groups from the test/validation sample. The exmaples of the R documantation and some online webpage also do not work. Does anybody know what I have done wrong?
Here my code
# I want to use the first 6 observations for
2010 Sep 09
1
[LLVMdev] no llvm-gcc and llvm-g++ in the directory of bin
...figure --prefix=/root/llvm_install/ --enable-llvm=/
root/llvm_install/ --enable-languages=c,c++
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build)
――――――――――――――――――――――――――――――――――――――
Could someone help me? Thank you very much!
Best regards
2010-09-08
Daneill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/b1853828/attachment.html>
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
...lvm/llvm_tv_obj/tools'
make: *** [all] 错误 1
root at ubuntu:~/Program_file/llvm/llvm_tv_obj#
-----------------------------------------------------------------------------------------------------------------------------
Could somebody help me? Thank you very much!
Best regards
2010-09-08
Daneill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100909/0f60c579/attachment.html>
2011 Feb 28
0
regularized discriminant function analysis using klaR: problems with predictions
Sorry, I forgot to mention that I used the package "klaR".
>
> Dear all, I am trying to do a n-fold cross-validation for a
> regularized discrimant function analysis using rda from the package
> klaR. However, I have problems to predict the groups from the
> test/validation sample. The exmaples of the R documantation and
> some online webpage also do not work.
2010 Sep 08
0
[LLVMdev] [llvm-testresults] no llvm-gcc and llvm-g++ in the directory of bin
...> root/llvm_install/ --enable-languages=c,c++
> Thread model: posix
> gcc version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build)
>
> ——————————————————————————————————————
> Could someone help me? Thank you very much!
>
> Best regards
>
> 2010-09-08
> Daneill
> _______________________________________________
> llvm-testresults mailing list
> llvm-testresults at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pip...
2006 Aug 11
7
How Xen handles Dom1 interrupts?
Good morning,
I am new to Xen, and trying to understand how Xen works. I have some
questions about virtualization of interrupts on Xen. Thanks in advance
for all helps.
1) From papers about Xen architecture found at Xen homepage, Xen
seemingly intercepts interrupts of Dom1 (paravirtualization). So
interrupts occur in Dom1''s context are sent to Xen, and Xen handles
them. Is that correct?