Displaying 20 results from an estimated 750 matches for "academia".
Did you mean:
academic
2009 Nov 04
0
Fwd: Seminarios Tecnológicos en Fundación Proydesa
...e proydesa ya les habia dicho que no me manden spam esto
esta con cco a todos mis contactos incluyendo a mis companeros de la
facultad de sistemas y co worckers, sigan mandandome spam y seguire
contandole al mundo la mierda de instituto que son
enjoy
---------- Mensaje reenviado ----------
De: 03 Academia <academia at proydesa.org>
Fecha: 3 de noviembre de 2009 22:31
Asunto: Seminarios Tecnol?gicos en Fundaci?n Proydesa
Para:
Estimados,
Como producto de nuestro firme compromiso educativo, tecnol?gico y de
innovaci?n permanente hemos lanzado un conjunto de *Seminarios
Tecnol?gicos*gratuitos...
2006 Nov 08
6
Making a case for using R in Academia
...ery aware of what it
can do in other disciplines, especially Sociology and Psychology. I
would like to make a case to the other departments here for using R
instead, so I was hoping that there might be some resources out there
that talk about the extend in which R is being used outside of
academia, or in general any other resources that talk about R as a
practical alternative to the other non-free statistical packages.
Perhaps some statistics, or particular examples of use? Any links
would be greatly appreciated.
Thanks for any thoughts/input into this.
Charilaos Skiadas
Department o...
2016 Oct 18
2
LLVM Performance Workshop at CGO 2017
An 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
Call for Speakers
We invite speakers from academia and industry to present their work on the
following list of topics (including and not limited to:)
- improving performance and size of code generated by LLVM,
- improving performance of LLVM's runtime libraries,
- tools developed with LLVM for performance analysis of compiler
generated code,...
2014 May 30
2
[LLVMdev] LLVM-HPC Workshop at SC'14 - Call for papers
..., has become an
integral part of the software-development ecosystem for optimizing
compilers, dynamic-language execution engines, source-code analysis
and transformation tools, debuggers and linkers, and a whole host of
programming-language and toolchain-related components. Now heavily
used in both academia and industry, where it allows for rapid
development of production-quality tools, LLVM is increasingly used in
work targeted at high-performance computing. Research in and
implementation of programming-language analysis, compilation,
execution and profiling has clearly benefited from the availabilit...
2011 Mar 23
4
[LLVMdev] Calling external functions failed on PowerPC
...owerPC Machine Code Emitter' on function '@"8048150"'
Aborted
Is this a bug in ppc JIT? Or I have to do something else
so that ppc JIT can call external functions?
Thanks!
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Parallel Processing Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2012 Oct 30
3
[LLVMdev] TargetELFWriterInfo used for anything?
...ld codes that
> might be obsolete and will be replaced with MC layer implementation,
> but I am not sure.
How about sending a patch which remove those obsolete code, and let
others give comment?
Cheers,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2013 Jan 11
4
[LLVMdev] Update PTX section in CodeGenerator.html
...the link below need some love,
updating "lib/Target/PTX" to "lib/Target/NVPTX" for example.
Would you like to take a look?
http://llvm.org/docs/CodeGenerator.html#the-ptx-backend
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2011 Apr 26
3
[LLVMdev] Problem with compiling the runtime libary
...attachment to LLVM 2.9 Release. It has been tested
> on FreeBSD/x86.
>
Hi Chen, may I commit this (updated to include GCDAProfiling.cpp) to LLVM
SVN?
Nick
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (陳韋任)
> Computer Systems Lab, Institute of Information Science,
> Academia Sinica, Taiwan (R.O.C.)
> Tel:886-2-2788-3799 #1667
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --...
2011 Mar 25
0
[LLVMdev] Calling external functions failed on PowerPC
..._ZN4llvm3JIT11runFunctionEPNS_8FunctionERKSt6vectorINS_12GenericValueESaIS4_EE ()
#14 0x000000001000918c in main () at HowToUseJIT.cpp:116
Any idea how can I further spot where is the bug? Thanks!
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Parallel Processing Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2011 Nov 08
3
[LLVMdev] Failed to decode profile dump with llvm-prof
...same problem. Does anyone know what's causing this?
>
> Kind regards,
>
> Wim
What's your profiling procedure? I can only guess llvm-prof does not
recognize the profiling data.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2012 Apr 24
5
[LLVMdev] Trouble with tweaking test-release.sh script
Hi 陳韋任,
Sorry for the late response.
On Apr 21, 2012, at 8:03 PM, 陳韋任 wrote:
> I have a native compile and the result seems better... You can compare
> the result of cross compile [1] and the native compile [2].
>
> Any though?
>
I'm not particularly happy about the failures here. We need to get to the bottom of them. In the previous email, you tried setting CFLAGS and
2011 Apr 27
3
[LLVMdev] Can I get the binary address of a for-loop statement?
...of the above for-loop, say, 0x0100 - 0x0120.
One idea comes up in my mind is adding passes to retrieve such
information in LLVM, then use llvm-gcc to compile the code.
Any suggestion appreciated.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2011 May 13
2
[LLVMdev] [LLVMDev] Add not instruction to PTX backend
Hi, Dan
Someone on the irc suggest me using custom lowering to do the mapping
correctly. But I am still trying to figure out how to do that.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2011 Jun 07
2
[LLVMdev] a problem of jit debug
...use
> ELF object files and it only generates symbols and DWARF CFA
> information."
>
> Maybe this is the reason why you read nothing on Windows.
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (��f��)
> Computer Systems Lab, Institute of Information Science,
> Academia Sinica, Taiwan (R.O.C.)
> Tel:886-2-2788-3799 #1667
>
2011 Jun 07
2
[LLVMdev] a problem of jit debug
...target.h is only related to the codegen, but NOT
> the debugging information. The comment means you can generate code
> for Linux, Darwin and Windows on X86.
>
> Regards,
> chenwj
>
> --
> Wei-Ren Chen (��f��)
> Computer Systems Lab, Institute of Information Science,
> Academia Sinica, Taiwan (R.O.C.)
> Tel:886-2-2788-3799 #1667
>
2011 Aug 16
3
[LLVMdev] .so file creation for new passes on Visual Studio
Hi!
I was trying to run an already build LLVM-pass ( the Hello world ) on Visual
Studio. I could locate the The Hello world pass sources in
llvm/lib/Transform/Hello/*.But when I compiled llvm using the command "cmake -G
"Visual Studio 10" ..\llvm" , I couldn't find the LLVMHello.so file in
"build_directory/Debug/lib/LLVMHello.so" neither in
2011 Nov 03
0
[LLVMdev] About hyperblock in LLVM
...block easily,can anyone
^^^^^^^^^^
Do you mean the one mentioned in the paper below?
http://www.eecs.umich.edu/~mahlke/papers/1992/mahlke_micro92.pdf
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2011 Nov 03
2
[LLVMdev] About hyperblock in LLVM
...hyberblock
is pretty similar to the concept of bundle in VLIW. Am I right? If
so, there were discussions about VLIW on the list before.
Regards,
chenwj
[1] http://en.wikipedia.org/wiki/Explicit_Data_Graph_Execution
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2012 Apr 26
2
[LLVMdev] Trouble with tweaking test-release.sh script
...erlist.cpp
>
> Seems to be difference between ARM and Intel C++ ABI, but I leave it to
> James to comment.
Use "-triple x86_64-none-linux-gnu" makes this test pass.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2012 Aug 28
0
[LLVMdev] How to write a regression test case?
...est case addresses bug report (pr, problem
report) 1028 [1]. In other words, this test case guarantee that pr1028
will not back again. If so, it will fail.
Regards,
chenwj
[1] http://llvm.org/bugs/show_bug.cgi?id=1028
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj