similar to: data flow graph

Displaying 20 results from an estimated 4000 matches similar to: "data flow graph"

2016 Jun 18
2
data flow graph
Dear professor John Criswell I would like to implement a new instruction scheduling algorithm so that I need the Data flow graph(DFG) is input of the algorithm. Thanks Huy From: John Criswell [mailto:jtcriswel at gmail.com] Sent: Sunday, June 19, 2016 1:25 AM To: huyite; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] data flow graph Dear Huyite, Your question, as
2014 Nov 30
3
[LLVMdev] How to fix bug
Please help me. How do I fix this bug @ubuntu:~/Documents/test$ clang hello.c -o hello /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find crtbegin.o: No such file or directory /usr/bin/ld: cannot find -lgcc /usr/bin/ld: cannot find -lgcc_s clang-2: error: linker command failed with exit code 1
2005 Aug 10
1
fileutil & tar utility RPMs on RHAS3.0
Hi, Please advice how to download utility for 'tar', 'cp' supporting RHAS3.0 RPMs listed in note 237997.1 are used for RHAS2.1 * Patch 2883583: fileutils-4.1-4.2.i386.rpm * Patch 2913284: tar-1.13.25-9.i386.rpm Best regards, Huy. == Nguyen Quang Huy Sr. Technical Sales Consultant Oracle Vietnam 53 Quang Trung St, Hanoi Email: quang.huy.nguyen@oracle.com Phone: +84 4 943 2595
2012 Nov 03
2
[LLVMdev] Building a data flow graph from instructions in BasicBlock
Hi All, I want to build a DFG from instructions in a basic block. I couldn't find a function to find the depenencies between instructions. How can i do that ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121103/cd67e510/attachment.html>
2005 May 29
1
Does OCFS2 certified on RHAS3 and 2.1?
Hi All, Is there any one know if OCFS2 will be certified on RedHat AS3 or 2.1? On http://oss.oracle.com I see OCFS2 Beta is available for RHAS 4 only. Rgds, Huy. == Nguyen Quang Huy Sr. Technical Sales Consultant Oracle Vietnam 53 Quang Trung St, Hanoi Email: quang.huy.nguyen@oracle.com Phone: +84 4 943 2595 Fax: +84 4 943 2592 == -----Original Message----- From:
2012 Nov 04
0
[LLVMdev] Building a data flow graph from instructions in BasicBlock
On 11/3/2012 6:35 PM, janarbek wrote: > Hi All, > > I want to build a DFG from instructions in a basic block. I couldn't > find a function to find the depenencies between instructions. How can i > do that ? Look into ScheduleDAG. It's a part of the scheduling infrastructure, but you can use it to build a dependency graph. -Krzysztof -- Qualcomm Innovation Center, Inc.
2002 May 16
2
redhat linux 7.3 package
Is there a Samba package for Redhat Linux 7.3? I only see packages for 7.2 and below. If package not yet available for 7.3, is there an estimated time that one will be created? Thanks, Huy -------------- next part -------------- HTML attachment scrubbed and removed
2005 May 23
1
RE: Ocfs-users Digest, Vol 25, Issue 6
When OCFS2 is available as Production? == Nguyen Quang Huy Sr. Technical Sales Consultant Oracle Vietnam 53 Quang Trung St, Hanoi Email: quang.huy.nguyen@oracle.com Phone: +84 4 943 2595 Fax: +84 4 943 2592 == -----Original Message----- From: ocfs-users-bounces@oss.oracle.com [mailto:ocfs-users-bounces@oss.oracle.com]On Behalf Of ocfs-users-request@oss.oracle.com Sent: Tuesday, May 24, 2005
2016 Jan 12
2
Register data flow commits
Hi, I commited several patches today that implement a framework that enables data-flow optimizations on the post-RA (post-SSA) representation. I thought I'd say a few words about what it is. The code is currently under lib/Target/Hexagon, but there intent for it from the beginning was to be target-independent. The motivation for it came from our (Hexagon) experience with customer
2006 Mar 18
1
/etc/passwd authentication: ERR authentication failed
Hi all, I am a newbie with dovecot. I have a problem with it's authentication. -I installed dovecot 1.0 beta3 at /usr/local/dovecot. -I want to use my linux system accounts with mail (authentication using /etc/passwd). -I have a user account: huytq with password: 123456 -dovecot is started ok. I used telnet to login: +OK Welcome LENSECAP HCM mail user huytq
2016 Jul 29
0
debugger
Dear all, I am newbie in llvm framework. I would like to implement new algorithm for instruction scheduling phase but i do not know how to bebug my program. Can you show me example to debug program in llvm? Best regards, Huy Mobile: +84942976091 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jul 30
0
How to build new instruction algorithm for cluster VLIW architecture in llvm
Dear all, Please help me. I would like to implement an instruction scheduling algorithm for clustered VLIW(very long instruction word) architecture. Please give me some advices to do that. I have refer some documents but I do not see anything that show how to build new instruction scheduling algorithm in LLVM. I refer some documents as follows: http://llvm.org/
2006 Nov 20
12
Samba fileserver limited to 50 MB/s on gbit
Hello, I am running a fileserver with smbd here. The server is a 64bit 2.8 GHz Celeron D with 2GB RAM, running 64bit Debian, Samba version 3.0.23c. It is running as a pure fileserver so its only CPU load is serving files. The client I am doing the tests from is WinXP Pro SP2. It is connected via Intel e1000 gbit ethernet (both the server and client use e1000 chipsets). I have done a raw tcp
2008 Mar 05
1
check join Linux (SAMBA) to Domain controller Win2003!
Hi Dear ! I?m practice lab File server (SAMBA with CentOS 4.6), With model SAMBA is DOMAIN members of domain 2003 server (Sharing file and authenticate with account Domain 2003). I?m configure windbind (following document userguide): cp ../samba/source/nsswitch/libnss_winbind.so /lib ln -s /lib/libnss winbind.so /lib/libnss winbind.so.2 c?u h?nh /etc/nsswitch.conf # Cau
2012 Nov 04
1
[LLVMdev] Building a data flow graph from instructions in BasicBlock
Thanks  Kryzstof, I will look at it. Is there any class that I should look at it ? What about Dataflow.h ? Since I am kind of new, I want to know which classes can help me quicker.    =========================================== Phone : 82-42-860-1838 Fax : 82-42-860-6790 Cell Phone: 82-10-7599-1981 =========================================== --- On Sat, 11/3/12, Krzysztof Parzyszek
2009 Sep 06
3
[LLVMdev] Graphviz and LLVM-TV
On 2009-09-06 19:57, Ioannis Nousias wrote: > Edwin, > > thank you for your effort, but I'm not sure I understand. > Are you describing a graph traversal problem? Is the data model stored > in a predecessor/successor fashion, which requires you to 'walk' the > graph in order to visit all nodes? (and what happens when you have > disjointed DFGs?). Sorry for the
2015 Jun 29
3
[LLVMdev] Inferring dependencies in phi instructions
I am trying to infer data dependencies using LLVM's def-use chains and I am having trouble dealing with 'phi' instructions. Specifically, If I am given the code snippet: int foo() { int y = 1; int x; if (y) { x = 2; } else { x = 3; } return x; } Here, x has a data dependence on y (not control because x is assigned in both halves), but LLVM expresses 'x'
2009 Sep 07
0
[LLVMdev] Graphviz and LLVM-TV
Edwin, thanks, it starts making sense inline comments... Török Edwin wrote: > On 2009-09-06 19:57, Ioannis Nousias wrote: > >> Edwin, >> >> thank you for your effort, but I'm not sure I understand. >> Are you describing a graph traversal problem? Is the data model stored >> in a predecessor/successor fashion, which requires you to 'walk' the
2015 Jun 29
3
[LLVMdev] Inferring dependencies in phi instructions
On 6/29/15 5:16 AM, Evgeny Astigeevich wrote: > Hi Anirudh, > > 'x' has a control dependency on 'y' because the value assigned to 'x' > depends on a path selected. This dependency can be converted into a data > dependency by means of a 'select' instruction because the control flow is > simple. Just an FYI, there is an optimization called
2009 Sep 06
0
[LLVMdev] Graphviz and LLVM-TV
Edwin, thank you for your effort, but I'm not sure I understand. Are you describing a graph traversal problem? Is the data model stored in a predecessor/successor fashion, which requires you to 'walk' the graph in order to visit all nodes? (and what happens when you have disjointed DFGs?). inline comments follow... Török Edwin wrote: > On 2009-09-06 17:30, Ioannis Nousias