similar to: wish list

Displaying 20 results from an estimated 700 matches similar to: "wish list"

2001 Mar 07
5
rude
Concur ... I reckon that you need a bunch of how tos, that you can sent these rude people. I think that you are a victim of your own success. Samba has hit the mainstream, and now you are paying the price :-) Still ........ I prefer these messages to those filled with hypertext ... or worse.... 2 Meg of mime formatted drivel :-) Has anybody thanked you recently for providing so much help on
2001 Apr 22
0
Winbind on SG
Sorry for the direct approach Am quite taken with the Winbind stuff. I spend most of my time working in mixed SG/NT sites .... with NT being the major backbone of the network. Winbind on the SGs would solve a lot of problems for me ... copying passwd files from machine to machine for one :-) Yes ... I know .. fraught with danger and yes, have had to reach for the boot CDs a couple of times :-)
2013 Apr 29
0
[LLVMdev] GSOC Proposal: Implement Decoupled Software Pipeline
Hello, below is the first draft of my proposal for GSoC. Any comments/advices are apreciated. # Implement Decoupled Software Pipeline (DSWP) ------------------------------------------------------------------------------- # Abstract ------------------------------------------------------------------------------- The goal of this project is to implement the automatic parallelization technique
2012 Oct 30
1
[LLVMdev] Program Dependence Graph (PDG) in LLVM
Hi, Is there a way to use LLVM to build the visual representation of program dependence graph (PDG) of a routine/program? >From looking at https://llvm.org/svn/llvm-project/poolalloc/branches/release_14/lib/DSA/PgmDependenceGraph.cpp, it looks like there is an incomplete implementation of PDG in LLVM. However, when I search within LLVM3.0 package, I don't find the .cpp/h code. So, I also
2008 Jan 10
1
[LLVMdev] PDG (program dependence graph)
Hi Everyone, I am new to LLVM and I was wondering whether there is an implementation of PDG (program dependence graph) in the community. I do not want to re-invent the wheel :). Thanks. George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080110/7b843c33/attachment.html>
2012 Aug 20
0
[LLVMdev] program dependence graph (PDG)
Hi, Is it possible to generate the PDG of a function using LLVM? I did not find much documentation on it online. Thanks. -Apala Postdoctoral Scholar Department of Computer Science, University of Chicago Computation Institute, Argonne National Laboratory http://sites.google.com/site/apalaguha/home/ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 24
0
[LLVMdev] LLVM IR Analysis and Optimization
Hello, I want to implement an optimization pass.  so I need to analyse the program(Control flow and Data flow analysis). I think Program Control Dependencies and Data Dependencies which together form a Program Dependence Graph(PDG) or Task Graph is necessary for any optimization, but i couldn't found PDG or Task graph in LLVM. Anyone can help me? thanks, Hamzehi  --------------
2020 Nov 18
1
samba / debian 10 / security=ads
Many Thanks Rowland to have read and respond to this very long mail Le 18/11/2020 ? 12:46, Rowland penny via samba a ?crit?: >>> NT_STATUS_NO_LOGON_SERVERS > Are the Unix clients joined to the domain and do they use a DC as their > first nameserver ? No linux clients aren't binded by any mean to the AD Their name servers in /etc/resolv.conf are standards bind resolvers
2008 Feb 26
1
[LLVMdev] Program Slicing using LLVM?
Hi all... I am developing a program slicing framework using LLVM. The idea is to remove the computation parts from the program and only keep the parts relevant for the control flow. For example, in the following C loop. for (i=0;i<=VAL;) { printf("In the loop"); a=b+c; b=h+k; i++; printf("%d",i); } after slicing... for (i=0;i<=VAL;) { i++;
2020 Nov 18
0
samba / debian 10 / security=ads
On 18/11/2020 10:42, Gregory ROCHER via samba wrote: > Hi all > > I'm looking for some help on winbind/idmap for a new host > > > We want to use security=ads so we join this host to the domain > No problem for windows clients : they can mount shares that are > accessible to their primary unix group and secondary unix group(s) You are using AD now, so the primary group
2011 Nov 15
2
xen-unstable/staging: qemu git file corrupt
Hi, when I try to build xen-unstable/staging (cs 24143) tools via make tools I get: ... got 1b6bfb99c2b55ff2e35ab61caf307dad3aebc82a got efd594c960330cc3eee44e65f5fee258c798e610 got ccc9677505c0dd2c6c5054e73a42cef2d25687b4 got 86a2a2a59a8b76117b221c712ba0a156d21441c9 error: File efd594c960330cc3eee44e65f5fee258c798e610
2015 Apr 29
2
[LLVMdev] AliasAnalysis calling failed in Pass interaction
Dear LLVM developers, I am Shen, a PhD student at Lehigh Univ. PA. Now I am implementing a Program Dependence Graph(PDG) on LLVM. I have 4 passes here: 1. ProgramDependenceGraph (a *ModulePass *on the highest level) 2. DataDependenceGraph (a Intermediate *FunctionPass*). 3. FlowDependenceAnalysis Pass (a intermediate *FunctionPass*) which uses llvm built-in AliasAnalysis (-basicaa) 4.
2020 Nov 18
2
samba / debian 10 / security=ads
Hi all I'm looking for some help on winbind/idmap for a new host The debian version is new on this host : debian 10 buster so samba is > root at homedir10:~# samba --version > Version 4.9.5-Debian We want to use security=ads so we join this host to the domain No problem for windows clients : they can mount shares that are accessible to their primary unix group and secondary unix
2011 Apr 20
3
[LLVMdev] Coarse-grained parallelism
Am 19.04.2011 um 16:44 schrieb John Criswell: > On 4/19/11 5:57 AM, Andreas Wilhelm wrote: >> >> Hello, >> >> I found some code within the pool allocation project to identify parallelizable function calls. >> Unfortunately the functionality isn't part of the current release of poolalloc (in release 14 it was). > > Can you tell me in what file(s) this
2012 Jan 10
0
Live Migration of BS2000 DomU
Hi, we (Fujitsu) are proud to announce the successful live migration of a BS2000 domU (pvHVM). The domU had 32 GB of memory, 8 active vcpus, an active LAN connection and about 2500 FC-disks online. The domU had an active test load on 8 disks running and several cpu intensive test jobs. All BS2000 peripherals are connected via a special pv-driver handling all devices with just one
2011 Apr 07
0
[LLVMdev] GSoC 2011: Superoptimization for LLVM IR
A bit of feedback on this proposal: It worries me that you talk about "extending the number of transformations." The point of a superoptimizer is that it has no specific model of transformations. Rather, it is simply looking for cheap code fragments that are equivalent to expensive ones. You have not specified how you will perform equivalence checking between code sequences. The
2011 Sep 19
2
[LLVMdev] code generation
I am MSc student and my thesis subject is "parallelization of sequential program in thread level to run on multi-core processors". I want automatically parallelize sequential program in thread level to run on multi-core processors with software pipelining. I've use LLVM to code analysis and translate code to IR, I could extract PDG graph form IR code and convert it to SCCDAG and
2015 Jan 07
0
Pull Request wiki.c.o/AdditionalResources/Repositories
Patrick, looks fine to me. Thanks for the work -- when I did a major revision I tried to remove some of the rot and got tired of trying, along with refactoring the page in general. Your dedication is appreciated. On Mon, Jan 5, 2015 at 11:34 AM, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: > Could someone please replace the contents of >
2015 Jan 05
7
Pull Request wiki.c.o/AdditionalResources/Repositories
Could someone please replace the contents of http://wiki.centos.org/AdditionalResources/Repositories with the contents of http://wiki.centos.org/PatrickDGarvey/AdditionalResources/Repositories ? I believe I have removed as much of the link rot on that page as I am capable. If someone believes the links I have provided are not appropriate for the purposes of the article, please let me know.
2011 Apr 22
0
[LLVMdev] Coarse-grained parallelism
On 04/20/2011 08:05 AM, Andreas Wilhelm wrote: > Am 19.04.2011 um 16:44 schrieb John Criswell: > >> On 4/19/11 5:57 AM, Andreas Wilhelm wrote: >>> Hello, >>> >>> I found some code within the pool allocation project to identify >>> parallelizable function calls. >>> Unfortunately the functionality isn't part of the current release of